Html Css Color HEX #D1D86A Goldenrod

📋 copy color: '#D1D86A'

red 209 ◦ green 216 ◦ blue 106

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

Shades of Goldenrod #D1D86A

Tints of Goldenrod #D1D86A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.68%

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

R = 39.36%
G = 40.68%
B = 19.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D1D86A (or 0xD1D86A) is known color: Goldenrod. HEX triplet: D1, D8 and 6A. RGB value is (209,216,106). Sum of RGB (Red+Green+Blue) = 209+216+106=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D86A is #2E2795. Grayscale: #C9C9C9. Windows color (decimal): -3024790 or 7002321. OLE color: 7002321.

HSL color Cylindrical-coordinate representation of color #D1D86A: hue angle of 63.82º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1D86A is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 216 106 -
CMYK 0.03 0 0.51 0.15
HSL 63.82º 0.59% 0.63% -
HSV(B) 63.82º 0.51% 0.85% -
XYZ 53.45 63.71 23.12 -
YUV 201.37 74.18 133.44 -
System Red Green Blue C M Y K H S L
Decimal 209 216 106 0.03 0 0.51 0.15 63.82 0.59 0.63
Hex D1 D8 6A 3 0 33 F 40 3B 3F
Octal 321 330 152 3 0 63 17 100 73 77
Binary 11010001 11011000 1101010 11 0 110011 1111 1000000 111011 111111

Color Harmonies of #D1D86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D86A

Black with #D1D86A

Text Example


Text Example

White with #D1D86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D86A; }

 p { color: rgb(209,216,106); }

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

background-color css

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

 a { background-color: rgb(209,216,106); }

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

border-color css

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

 span { border-color: rgb(209,216,106); }

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