Html Css Color HEX #D2CB6B Goldenrod

📋 copy color: '#D2CB6B'

red 210 ◦ green 203 ◦ blue 107

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

Shades of Goldenrod #D2CB6B

Tints of Goldenrod #D2CB6B

RGB

 RED value IS 210 (82.42% from 255) = 40.38%

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

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

R = 40.38%
G = 39.04%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2CB6B (or 0xD2CB6B) is known color: Goldenrod. HEX triplet: D2, CB and 6B. RGB value is (210,203,107). Sum of RGB (Red+Green+Blue) = 210+203+107=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CB6B is #2D3494. Grayscale: #C2C2C2. Windows color (decimal): -2962581 or 7064530. OLE color: 7064530.

HSL color Cylindrical-coordinate representation of color #D2CB6B: hue angle of 55.92º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2CB6B is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 203 107 -
CMYK 0 0.03 0.49 0.18
HSL 55.92º 0.53% 0.62% -
HSV(B) 55.92º 0.49% 0.82% -
XYZ 50.59 57.48 22.34 -
YUV 194.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 210 203 107 0 0.03 0.49 0.18 55.92 0.53 0.62
Hex D2 CB 6B 0 3 31 12 38 35 3E
Octal 322 313 153 0 3 61 22 70 65 76
Binary 11010010 11001011 1101011 0 11 110001 10010 111000 110101 111110

Color Harmonies of #D2CB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CB6B

Black with #D2CB6B

Text Example


Text Example

White with #D2CB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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