Html Css Color HEX #D1DB60 Goldenrod

📋 copy color: '#D1DB60'

red 209 ◦ green 219 ◦ blue 96

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

Shades of Goldenrod #D1DB60

Tints of Goldenrod #D1DB60

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.79%

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

R = 39.89%
G = 41.79%
B = 18.32%

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

#D1DB60 (or 0xD1DB60) is known color: Goldenrod. HEX triplet: D1, DB and 60. RGB value is (209,219,96). Sum of RGB (Red+Green+Blue) = 209+219+96=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DB60 is #2E249F. Grayscale: #CACACA. Windows color (decimal): -3024032 or 6347729. OLE color: 6347729.

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

Color convert

RGB 209 219 96 -
CMYK 0.05 0 0.56 0.14
HSL 64.88º 0.63% 0.62% -
HSV(B) 64.88º 0.56% 0.86% -
XYZ 53.74 65.06 20.79 -
YUV 201.99 68.19 133 -
System Red Green Blue C M Y K H S L
Decimal 209 219 96 0.05 0 0.56 0.14 64.88 0.63 0.62
Hex D1 DB 60 5 0 38 E 41 3F 3E
Octal 321 333 140 5 0 70 16 101 77 76
Binary 11010001 11011011 1100000 101 0 111000 1110 1000001 111111 111110

Color Harmonies of #D1DB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DB60

Black with #D1DB60

Text Example


Text Example

White with #D1DB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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