Html Css Color HEX #D4CB6B Goldenrod

📋 copy color: '#D4CB6B'

red 212 ◦ green 203 ◦ blue 107

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

Shades of Goldenrod #D4CB6B

Tints of Goldenrod #D4CB6B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.89%

 BLUE value IS 107 (42.19% from 255) = 20.5%

R = 40.61%
G = 38.89%
B = 20.5%

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

#D4CB6B (or 0xD4CB6B) is known color: Goldenrod. HEX triplet: D4, CB and 6B. RGB value is (212,203,107). Sum of RGB (Red+Green+Blue) = 212+203+107=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB6B is #2B3494. Grayscale: #C3C3C3. Windows color (decimal): -2831509 or 7064532. OLE color: 7064532.

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

Color convert

RGB 212 203 107 -
CMYK 0 0.04 0.50 0.17
HSL 54.86º 0.55% 0.63% -
HSV(B) 54.86º 0.5% 0.83% -
XYZ 51.16 57.77 22.36 -
YUV 194.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 212 203 107 0 0.04 0.50 0.17 54.86 0.55 0.63
Hex D4 CB 6B 0 4 32 11 37 37 3F
Octal 324 313 153 0 4 62 21 67 67 77
Binary 11010100 11001011 1101011 0 100 110010 10001 110111 110111 111111

Color Harmonies of #D4CB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CB6B

Black with #D4CB6B

Text Example


Text Example

White with #D4CB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CB6B; }

 p { color: rgb(212,203,107); }

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

background-color css

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

 a { background-color: rgb(212,203,107); }

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

border-color css

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

 span { border-color: rgb(212,203,107); }

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