Html Css Color HEX #D1DC5C Goldenrod

📋 copy color: '#D1DC5C'

red 209 ◦ green 220 ◦ blue 92

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

Shades of Goldenrod #D1DC5C

Tints of Goldenrod #D1DC5C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.23%

 BLUE value IS 92 (36.33% from 255) = 17.66%

R = 40.12%
G = 42.23%
B = 17.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#D1DC5C (or 0xD1DC5C) is known color: Goldenrod. HEX triplet: D1, DC and 5C. RGB value is (209,220,92). Sum of RGB (Red+Green+Blue) = 209+220+92=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DC5C is #2E23A3. Grayscale: #CACACA. Windows color (decimal): -3023780 or 6085841. OLE color: 6085841.

HSL color Cylindrical-coordinate representation of color #D1DC5C: hue angle of 65.16º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1DC5C is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 220 92 -
CMYK 0.05 0 0.58 0.14
HSL 65.16º 0.65% 0.61% -
HSV(B) 65.16º 0.58% 0.86% -
XYZ 53.82 65.51 19.93 -
YUV 202.12 65.86 132.91 -
System Red Green Blue C M Y K H S L
Decimal 209 220 92 0.05 0 0.58 0.14 65.16 0.65 0.61
Hex D1 DC 5C 5 0 3A E 41 41 3D
Octal 321 334 134 5 0 72 16 101 101 75
Binary 11010001 11011100 1011100 101 0 111010 1110 1000001 1000001 111101

Color Harmonies of #D1DC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DC5C

Black with #D1DC5C

Text Example


Text Example

White with #D1DC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DC5C; }

 p { color: rgb(209,220,92); }

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

background-color css

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

 a { background-color: rgb(209,220,92); }

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

border-color css

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

 span { border-color: rgb(209,220,92); }

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