Html Css Color HEX #D1D06B Goldenrod

📋 copy color: '#D1D06B'

red 209 ◦ green 208 ◦ blue 107

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

Shades of Goldenrod #D1D06B

Tints of Goldenrod #D1D06B

RGB

 RED value IS 209 (82.03% from 255) = 39.89%

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

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

R = 39.89%
G = 39.69%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1D06B (or 0xD1D06B) is known color: Goldenrod. HEX triplet: D1, D0 and 6B. RGB value is (209,208,107). Sum of RGB (Red+Green+Blue) = 209+208+107=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D06B is #2E2F94. Grayscale: #C5C5C5. Windows color (decimal): -3026837 or 7065809. OLE color: 7065809.

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

Color convert

RGB 209 208 107 -
CMYK 0 0.00 0.49 0.18
HSL 59.41º 0.53% 0.62% -
HSV(B) 59.41º 0.49% 0.82% -
XYZ 51.5 59.73 22.72 -
YUV 196.79 77.33 136.71 -
System Red Green Blue C M Y K H S L
Decimal 209 208 107 0 0.00 0.49 0.18 59.41 0.53 0.62
Hex D1 D0 6B 0 0 31 12 3B 35 3E
Octal 321 320 153 0 0 61 22 73 65 76
Binary 11010001 11010000 1101011 0 0 110001 10010 111011 110101 111110

Color Harmonies of #D1D06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D06B

Black with #D1D06B

Text Example


Text Example

White with #D1D06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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