Html Css Color HEX #D2D06B Goldenrod

📋 copy color: '#D2D06B'

red 210 ◦ green 208 ◦ blue 107

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

Shades of Goldenrod #D2D06B

Tints of Goldenrod #D2D06B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.62%

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

R = 40%
G = 39.62%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2D06B (or 0xD2D06B) is known color: Goldenrod. HEX triplet: D2, D0 and 6B. RGB value is (210,208,107). Sum of RGB (Red+Green+Blue) = 210+208+107=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D06B is #2D2F94. Grayscale: #C5C5C5. Windows color (decimal): -2961301 or 7065810. OLE color: 7065810.

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

Color convert

RGB 210 208 107 -
CMYK 0 0.01 0.49 0.18
HSL 58.83º 0.53% 0.62% -
HSV(B) 58.83º 0.49% 0.82% -
XYZ 51.79 59.87 22.74 -
YUV 197.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 210 208 107 0 0.01 0.49 0.18 58.83 0.53 0.62
Hex D2 D0 6B 0 1 31 12 3B 35 3E
Octal 322 320 153 0 1 61 22 73 65 76
Binary 11010010 11010000 1101011 0 1 110001 10010 111011 110101 111110

Color Harmonies of #D2D06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D06B

Black with #D2D06B

Text Example


Text Example

White with #D2D06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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