Html Css Color HEX #D1DC60 Goldenrod

📋 copy color: '#D1DC60'

red 209 ◦ green 220 ◦ blue 96

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

Shades of Goldenrod #D1DC60

Tints of Goldenrod #D1DC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.29%

R = 39.81%
G = 41.9%
B = 18.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#D1DC60 (or 0xD1DC60) is known color: Goldenrod. HEX triplet: D1, DC and 60. RGB value is (209,220,96). Sum of RGB (Red+Green+Blue) = 209+220+96=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DC60 is #2E239F. Grayscale: #CBCBCB. Windows color (decimal): -3023776 or 6347985. OLE color: 6347985.

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

Color convert

RGB 209 220 96 -
CMYK 0.05 0 0.56 0.14
HSL 65.32º 0.64% 0.62% -
HSV(B) 65.32º 0.56% 0.86% -
XYZ 54 65.59 20.88 -
YUV 202.58 67.86 132.58 -
System Red Green Blue C M Y K H S L
Decimal 209 220 96 0.05 0 0.56 0.14 65.32 0.64 0.62
Hex D1 DC 60 5 0 38 E 41 40 3E
Octal 321 334 140 5 0 70 16 101 100 76
Binary 11010001 11011100 1100000 101 0 111000 1110 1000001 1000000 111110

Color Harmonies of #D1DC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DC60

Black with #D1DC60

Text Example


Text Example

White with #D1DC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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