Html Css Color HEX #DACF66 Goldenrod

📋 copy color: '#DACF66'

red 218 ◦ green 207 ◦ blue 102

#DACF66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #DACF66

Tints of Goldenrod #DACF66

RGB

 RED value IS 218 (85.55% from 255) = 41.37%

 GREEN value IS 207 (81.25% from 255) = 39.28%

 BLUE value IS 102 (40.23% from 255) = 19.35%

R = 41.37%
G = 39.28%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DACF66 (or 0xDACF66) is known color: Goldenrod. HEX triplet: DA, CF and 66. RGB value is (218,207,102). Sum of RGB (Red+Green+Blue) = 218+207+102=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF66 is #253099. Grayscale: #C6C6C6. Windows color (decimal): -2437274 or 6737882. OLE color: 6737882.

HSL color Cylindrical-coordinate representation of color #DACF66: hue angle of 54.31º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DACF66 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 207 102 -
CMYK 0 0.05 0.53 0.15
HSL 54.31º 0.61% 0.63% -
HSV(B) 54.31º 0.53% 0.85% -
XYZ 53.62 60.49 21.42 -
YUV 198.32 73.64 142.04 -
System Red Green Blue C M Y K H S L
Decimal 218 207 102 0 0.05 0.53 0.15 54.31 0.61 0.63
Hex DA CF 66 0 5 35 F 36 3D 3F
Octal 332 317 146 0 5 65 17 66 75 77
Binary 11011010 11001111 1100110 0 101 110101 1111 110110 111101 111111

Color Harmonies of #DACF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACF66

Black with #DACF66

Text Example


Text Example

White with #DACF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACF66; }

 p { color: rgb(218,207,102); }

 H1.HeaderClassName
 {
   color: #DACF66;
 }
 .AnyTagClassName
 {
   color: #DACF66;
 }
</style>

background-color css

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

 a { background-color: rgb(218,207,102); }

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

border-color css

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

 span { border-color: rgb(218,207,102); }

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