Html Css Color HEX #D2CC6B Goldenrod

📋 copy color: '#D2CC6B'

red 210 ◦ green 204 ◦ blue 107

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

Shades of Goldenrod #D2CC6B

Tints of Goldenrod #D2CC6B

RGB

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

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

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

R = 40.31%
G = 39.16%
B = 20.54%

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

#D2CC6B (or 0xD2CC6B) is known color: Goldenrod. HEX triplet: D2, CC and 6B. RGB value is (210,204,107). Sum of RGB (Red+Green+Blue) = 210+204+107=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC6B is #2D3394. Grayscale: #C3C3C3. Windows color (decimal): -2962325 or 7064786. OLE color: 7064786.

HSL color Cylindrical-coordinate representation of color #D2CC6B: hue angle of 56.5º 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 #D2CC6B is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 204 107 -
CMYK 0 0.03 0.49 0.18
HSL 56.5º 0.53% 0.62% -
HSV(B) 56.5º 0.49% 0.82% -
XYZ 50.83 57.95 22.42 -
YUV 194.74 78.49 138.89 -
System Red Green Blue C M Y K H S L
Decimal 210 204 107 0 0.03 0.49 0.18 56.5 0.53 0.62
Hex D2 CC 6B 0 3 31 12 39 35 3E
Octal 322 314 153 0 3 61 22 71 65 76
Binary 11010010 11001100 1101011 0 11 110001 10010 111001 110101 111110

Color Harmonies of #D2CC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CC6B

Black with #D2CC6B

Text Example


Text Example

White with #D2CC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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