Html Css Color HEX #D1DB64 Goldenrod

📋 copy color: '#D1DB64'

red 209 ◦ green 219 ◦ blue 100

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

Shades of Goldenrod #D1DB64

Tints of Goldenrod #D1DB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.94%

R = 39.58%
G = 41.48%
B = 18.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#D1DB64 (or 0xD1DB64) is known color: Goldenrod. HEX triplet: D1, DB and 64. RGB value is (209,219,100). Sum of RGB (Red+Green+Blue) = 209+219+100=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DB64 is #2E249B. Grayscale: #CACACA. Windows color (decimal): -3024028 or 6609873. OLE color: 6609873.

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

Color convert

RGB 209 219 100 -
CMYK 0.05 0 0.54 0.14
HSL 65.04º 0.62% 0.63% -
HSV(B) 65.04º 0.54% 0.86% -
XYZ 53.93 65.14 21.79 -
YUV 202.44 70.19 132.68 -
System Red Green Blue C M Y K H S L
Decimal 209 219 100 0.05 0 0.54 0.14 65.04 0.62 0.63
Hex D1 DB 64 5 0 36 E 41 3E 3F
Octal 321 333 144 5 0 66 16 101 76 77
Binary 11010001 11011011 1100100 101 0 110110 1110 1000001 111110 111111

Color Harmonies of #D1DB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DB64

Black with #D1DB64

Text Example


Text Example

White with #D1DB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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