Html Css Color HEX #D2CD6A Goldenrod

📋 copy color: '#D2CD6A'

red 210 ◦ green 205 ◦ blue 106

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

Shades of Goldenrod #D2CD6A

Tints of Goldenrod #D2CD6A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.35%

 BLUE value IS 106 (41.8% from 255) = 20.35%

R = 40.31%
G = 39.35%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2CD6A (or 0xD2CD6A) is known color: Goldenrod. HEX triplet: D2, CD and 6A. RGB value is (210,205,106). Sum of RGB (Red+Green+Blue) = 210+205+106=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CD6A is #2D3295. Grayscale: #C3C3C3. Windows color (decimal): -2962070 or 6999506. OLE color: 6999506.

HSL color Cylindrical-coordinate representation of color #D2CD6A: hue angle of 57.12º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2CD6A is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 205 106 -
CMYK 0 0.02 0.50 0.18
HSL 57.12º 0.54% 0.62% -
HSV(B) 57.12º 0.5% 0.82% -
XYZ 51.01 58.4 22.22 -
YUV 195.21 77.66 138.55 -
System Red Green Blue C M Y K H S L
Decimal 210 205 106 0 0.02 0.50 0.18 57.12 0.54 0.62
Hex D2 CD 6A 0 2 32 12 39 36 3E
Octal 322 315 152 0 2 62 22 71 66 76
Binary 11010010 11001101 1101010 0 10 110010 10010 111001 110110 111110

Color Harmonies of #D2CD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CD6A

Black with #D2CD6A

Text Example


Text Example

White with #D2CD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CD6A; }

 p { color: rgb(210,205,106); }

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

background-color css

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

 a { background-color: rgb(210,205,106); }

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

border-color css

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

 span { border-color: rgb(210,205,106); }

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