#DADF72

Color #DADF72 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #DADF72

Tints of Goldenrod #DADF72

Color information

#DADF72 (or 0xDADF72) is unknown color: approx Goldenrod. HEX triplet: DA, DF and 72. RGB value is (218,223,114). Sum of RGB (Red+Green+Blue) = 218+223+114=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 114 (44.92% from 255 or 20.54% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF72 is #25208D. Grayscale: #D1D1D1. Windows color (decimal): -2433166 or 7528410. OLE color: 7528410.

HSL color Cylindrical-coordinate representation of color #DADF72: hue angle of 62.75º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DADF72 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB218223114-
CMYK0.0200.490.13
HSL62.75º63.01%66.08%-
HSV(B)62.75º48.88%87.45%-
XYZ58.3468.926.14-
YUV209.0874.34134.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 39.28%
GREEN value IS 223 (87.5% from 255) = 40.18%
BLUE value IS 114 (44.92% from 255) = 20.54%
R=39.28%
G=40.18%
B=20.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182231140.0200.490.1362.7563.0166.08
HexDADF722031D3f3f42
Octal3323371622061157777102
Binary1101101011011111111001010011000111011111111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADF72; }

 p { color: rgb(218,223,114); }

 H1.HeaderClassName
 {
   color: #DADF72;
 }
 .AnyTagClassName
 {
   color: #DADF72;
 }
</style>
background-color css

<style>
 a { background-color: #DADF72; }

 a { background-color: rgb(218,223,114); }

 div.DivClassName
 {
   background-color: #DADF72;
 }
 .BgClassName
 {
   background-color: #DADF72;
 }
</style>
border-color css

<style>
 span { border-color: #DADF72; }

 span { border-color: rgb(218,223,114); }

 td.TdClassName
 {
   border-color: #DADF72;
 }
 .TagClassName
 {
   border-color: #DADF72;
 }
</style>