Html Css Color HEX #D1D56A Goldenrod

📋 copy color: '#D1D56A'

red 209 ◦ green 213 ◦ blue 106

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

Shades of Goldenrod #D1D56A

Tints of Goldenrod #D1D56A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.34%

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

R = 39.58%
G = 40.34%
B = 20.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D1D56A (or 0xD1D56A) is known color: Goldenrod. HEX triplet: D1, D5 and 6A. RGB value is (209,213,106). Sum of RGB (Red+Green+Blue) = 209+213+106=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D56A is #2E2A95. Grayscale: #C8C8C8. Windows color (decimal): -3025558 or 7001553. OLE color: 7001553.

HSL color Cylindrical-coordinate representation of color #D1D56A: hue angle of 62.24º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1D56A is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 213 106 -
CMYK 0.02 0 0.50 0.16
HSL 62.24º 0.56% 0.63% -
HSV(B) 62.24º 0.5% 0.84% -
XYZ 52.69 62.18 22.86 -
YUV 199.61 75.17 134.7 -
System Red Green Blue C M Y K H S L
Decimal 209 213 106 0.02 0 0.50 0.16 62.24 0.56 0.63
Hex D1 D5 6A 2 0 32 10 3E 38 3F
Octal 321 325 152 2 0 62 20 76 70 77
Binary 11010001 11010101 1101010 10 0 110010 10000 111110 111000 111111

Color Harmonies of #D1D56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D56A

Black with #D1D56A

Text Example


Text Example

White with #D1D56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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