Html Css Color HEX #D9DD64 Goldenrod

📋 copy color: '#D9DD64'

red 217 ◦ green 221 ◦ blue 100

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

Shades of Goldenrod #D9DD64

Tints of Goldenrod #D9DD64

RGB

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

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

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

R = 40.33%
G = 41.08%
B = 18.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#D9DD64 (or 0xD9DD64) is known color: Goldenrod. HEX triplet: D9, DD and 64. RGB value is (217,221,100). Sum of RGB (Red+Green+Blue) = 217+221+100=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DD64 is #26229B. Grayscale: #CECECE. Windows color (decimal): -2499228 or 6610393. OLE color: 6610393.

HSL color Cylindrical-coordinate representation of color #D9DD64: hue angle of 61.98º 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 #D9DD64 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 221 100 -
CMYK 0.02 0 0.55 0.13
HSL 61.98º 0.64% 0.63% -
HSV(B) 61.98º 0.55% 0.87% -
XYZ 56.77 67.38 22.07 -
YUV 206.01 68.17 135.84 -
System Red Green Blue C M Y K H S L
Decimal 217 221 100 0.02 0 0.55 0.13 61.98 0.64 0.63
Hex D9 DD 64 2 0 37 D 3E 40 3F
Octal 331 335 144 2 0 67 15 76 100 77
Binary 11011001 11011101 1100100 10 0 110111 1101 111110 1000000 111111

Color Harmonies of #D9DD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DD64

Black with #D9DD64

Text Example


Text Example

White with #D9DD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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