Html Css Color HEX #D1DB61 Goldenrod

📋 copy color: '#D1DB61'

red 209 ◦ green 219 ◦ blue 97

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

Shades of Goldenrod #D1DB61

Tints of Goldenrod #D1DB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.48%

R = 39.81%
G = 41.71%
B = 18.48%

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

#D1DB61 (or 0xD1DB61) is known color: Goldenrod. HEX triplet: D1, DB and 61. RGB value is (209,219,97). Sum of RGB (Red+Green+Blue) = 209+219+97=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DB61 is #2E249E. Grayscale: #CACACA. Windows color (decimal): -3024031 or 6413265. OLE color: 6413265.

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

Color convert

RGB 209 219 97 -
CMYK 0.05 0 0.56 0.14
HSL 64.92º 0.63% 0.62% -
HSV(B) 64.92º 0.56% 0.86% -
XYZ 53.78 65.08 21.04 -
YUV 202.1 68.69 132.92 -
System Red Green Blue C M Y K H S L
Decimal 209 219 97 0.05 0 0.56 0.14 64.92 0.63 0.62
Hex D1 DB 61 5 0 38 E 41 3F 3E
Octal 321 333 141 5 0 70 16 101 77 76
Binary 11010001 11011011 1100001 101 0 111000 1110 1000001 111111 111110

Color Harmonies of #D1DB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DB61

Black with #D1DB61

Text Example


Text Example

White with #D1DB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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