Html Css Color HEX #D4CC69 Goldenrod

📋 copy color: '#D4CC69'

red 212 ◦ green 204 ◦ blue 105

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

Shades of Goldenrod #D4CC69

Tints of Goldenrod #D4CC69

RGB

 RED value IS 212 (83.2% from 255) = 40.69%

 GREEN value IS 204 (80.08% from 255) = 39.16%

 BLUE value IS 105 (41.41% from 255) = 20.15%

R = 40.69%
G = 39.16%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4CC69 (or 0xD4CC69) is known color: Goldenrod. HEX triplet: D4, CC and 69. RGB value is (212,204,105). Sum of RGB (Red+Green+Blue) = 212+204+105=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CC69 is #2B3396. Grayscale: #C3C3C3. Windows color (decimal): -2831255 or 6933716. OLE color: 6933716.

HSL color Cylindrical-coordinate representation of color #D4CC69: hue angle of 55.51º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4CC69 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 204 105 -
CMYK 0 0.04 0.50 0.17
HSL 55.51º 0.55% 0.62% -
HSV(B) 55.51º 0.5% 0.83% -
XYZ 51.29 58.2 21.9 -
YUV 195.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 212 204 105 0 0.04 0.50 0.17 55.51 0.55 0.62
Hex D4 CC 69 0 4 32 11 38 37 3E
Octal 324 314 151 0 4 62 21 70 67 76
Binary 11010100 11001100 1101001 0 100 110010 10001 111000 110111 111110

Color Harmonies of #D4CC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC69

Black with #D4CC69

Text Example


Text Example

White with #D4CC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC69; }

 p { color: rgb(212,204,105); }

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

background-color css

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

 a { background-color: rgb(212,204,105); }

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

border-color css

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

 span { border-color: rgb(212,204,105); }

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