Html Css Color HEX #D5DD6E Goldenrod

📋 copy color: '#D5DD6E'

red 213 ◦ green 221 ◦ blue 110

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

Shades of Goldenrod #D5DD6E

Tints of Goldenrod #D5DD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.22%

R = 39.15%
G = 40.63%
B = 20.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#D5DD6E (or 0xD5DD6E) is known color: Goldenrod. HEX triplet: D5, DD and 6E. RGB value is (213,221,110). Sum of RGB (Red+Green+Blue) = 213+221+110=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD6E is #2A2291. Grayscale: #CECECE. Windows color (decimal): -2761362 or 7265749. OLE color: 7265749.

HSL color Cylindrical-coordinate representation of color #D5DD6E: hue angle of 64.32º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5DD6E is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 221 110 -
CMYK 0.04 0 0.50 0.13
HSL 64.32º 0.62% 0.65% -
HSV(B) 64.32º 0.5% 0.87% -
XYZ 56.11 66.98 24.72 -
YUV 205.95 73.85 133.03 -
System Red Green Blue C M Y K H S L
Decimal 213 221 110 0.04 0 0.50 0.13 64.32 0.62 0.65
Hex D5 DD 6E 4 0 32 D 40 3E 41
Octal 325 335 156 4 0 62 15 100 76 101
Binary 11010101 11011101 1101110 100 0 110010 1101 1000000 111110 1000001

Color Harmonies of #D5DD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD6E

Black with #D5DD6E

Text Example


Text Example

White with #D5DD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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