Html Css Color HEX #D5DD64 Goldenrod

📋 copy color: '#D5DD64'

red 213 ◦ green 221 ◦ blue 100

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

Shades of Goldenrod #D5DD64

Tints of Goldenrod #D5DD64

RGB

 RED value IS 213 (83.59% from 255) = 39.89%

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

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

R = 39.89%
G = 41.39%
B = 18.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#D5DD64 (or 0xD5DD64) is known color: Goldenrod. HEX triplet: D5, DD and 64. RGB value is (213,221,100). Sum of RGB (Red+Green+Blue) = 213+221+100=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD64 is #2A229B. Grayscale: #CDCDCD. Windows color (decimal): -2761372 or 6610389. OLE color: 6610389.

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

Color convert

RGB 213 221 100 -
CMYK 0.04 0 0.55 0.13
HSL 63.97º 0.64% 0.63% -
HSV(B) 63.97º 0.55% 0.87% -
XYZ 55.6 66.78 22.02 -
YUV 204.81 68.85 133.84 -
System Red Green Blue C M Y K H S L
Decimal 213 221 100 0.04 0 0.55 0.13 63.97 0.64 0.63
Hex D5 DD 64 4 0 37 D 40 40 3F
Octal 325 335 144 4 0 67 15 100 100 77
Binary 11010101 11011101 1100100 100 0 110111 1101 1000000 1000000 111111

Color Harmonies of #D5DD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD64

Black with #D5DD64

Text Example


Text Example

White with #D5DD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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