Html Css Color HEX #D1DD64 Goldenrod

📋 copy color: '#D1DD64'

red 209 ◦ green 221 ◦ blue 100

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

Shades of Goldenrod #D1DD64

Tints of Goldenrod #D1DD64

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.7%

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

R = 39.43%
G = 41.7%
B = 18.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#D1DD64 (or 0xD1DD64) is known color: Goldenrod. HEX triplet: D1, DD and 64. RGB value is (209,221,100). Sum of RGB (Red+Green+Blue) = 209+221+100=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DD64 is #2E229B. Grayscale: #CCCCCC. Windows color (decimal): -3023516 or 6610385. OLE color: 6610385.

HSL color Cylindrical-coordinate representation of color #D1DD64: hue angle of 65.95º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1DD64 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 221 100 -
CMYK 0.05 0 0.55 0.13
HSL 65.95º 0.64% 0.63% -
HSV(B) 65.95º 0.55% 0.87% -
XYZ 54.45 66.19 21.96 -
YUV 203.62 69.52 131.84 -
System Red Green Blue C M Y K H S L
Decimal 209 221 100 0.05 0 0.55 0.13 65.95 0.64 0.63
Hex D1 DD 64 5 0 37 D 42 40 3F
Octal 321 335 144 5 0 67 15 102 100 77
Binary 11010001 11011101 1100100 101 0 110111 1101 1000010 1000000 111111

Color Harmonies of #D1DD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DD64

Black with #D1DD64

Text Example


Text Example

White with #D1DD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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