Html Css Color HEX #D5DE64 Goldenrod

📋 copy color: '#D5DE64'

red 213 ◦ green 222 ◦ blue 100

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

Shades of Goldenrod #D5DE64

Tints of Goldenrod #D5DE64

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.5%

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

R = 39.81%
G = 41.5%
B = 18.69%

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

#D5DE64 (or 0xD5DE64) is known color: Goldenrod. HEX triplet: D5, DE and 64. RGB value is (213,222,100). Sum of RGB (Red+Green+Blue) = 213+222+100=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DE64 is #2A219B. Grayscale: #CDCDCD. Windows color (decimal): -2761116 or 6610645. OLE color: 6610645.

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

Color convert

RGB 213 222 100 -
CMYK 0.04 0 0.55 0.13
HSL 64.43º 0.65% 0.63% -
HSV(B) 64.43º 0.55% 0.87% -
XYZ 55.86 67.31 22.1 -
YUV 205.4 68.52 133.42 -
System Red Green Blue C M Y K H S L
Decimal 213 222 100 0.04 0 0.55 0.13 64.43 0.65 0.63
Hex D5 DE 64 4 0 37 D 40 41 3F
Octal 325 336 144 4 0 67 15 100 101 77
Binary 11010101 11011110 1100100 100 0 110111 1101 1000000 1000001 111111

Color Harmonies of #D5DE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DE64

Black with #D5DE64

Text Example


Text Example

White with #D5DE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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