Html Css Color HEX #D9DC60 Goldenrod

📋 copy color: '#D9DC60'

red 217 ◦ green 220 ◦ blue 96

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

Shades of Goldenrod #D9DC60

Tints of Goldenrod #D9DC60

RGB

 RED value IS 217 (85.16% from 255) = 40.71%

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

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

R = 40.71%
G = 41.28%
B = 18.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#D9DC60 (or 0xD9DC60) is known color: Goldenrod. HEX triplet: D9, DC and 60. RGB value is (217,220,96). Sum of RGB (Red+Green+Blue) = 217+220+96=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC60 is #26239F. Grayscale: #CDCDCD. Windows color (decimal): -2499488 or 6347993. OLE color: 6347993.

HSL color Cylindrical-coordinate representation of color #D9DC60: hue angle of 61.45º 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 #D9DC60 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 220 96 -
CMYK 0.01 0 0.56 0.14
HSL 61.45º 0.64% 0.62% -
HSV(B) 61.45º 0.56% 0.86% -
XYZ 56.32 66.78 20.99 -
YUV 204.97 66.51 136.58 -
System Red Green Blue C M Y K H S L
Decimal 217 220 96 0.01 0 0.56 0.14 61.45 0.64 0.62
Hex D9 DC 60 1 0 38 E 3D 40 3E
Octal 331 334 140 1 0 70 16 75 100 76
Binary 11011001 11011100 1100000 1 0 111000 1110 111101 1000000 111110

Color Harmonies of #D9DC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DC60

Black with #D9DC60

Text Example


Text Example

White with #D9DC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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