Html Css Color HEX #D4DD6E Goldenrod

📋 copy color: '#D4DD6E'

red 212 ◦ green 221 ◦ blue 110

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

Shades of Goldenrod #D4DD6E

Tints of Goldenrod #D4DD6E

RGB

 RED value IS 212 (83.2% from 255) = 39.04%

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

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

R = 39.04%
G = 40.7%
B = 20.26%

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

#D4DD6E (or 0xD4DD6E) is known color: Goldenrod. HEX triplet: D4, DD and 6E. RGB value is (212,221,110). Sum of RGB (Red+Green+Blue) = 212+221+110=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DD6E is #2B2291. Grayscale: #CECECE. Windows color (decimal): -2826898 or 7265748. OLE color: 7265748.

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

Color convert

RGB 212 221 110 -
CMYK 0.04 0 0.50 0.13
HSL 64.86º 0.62% 0.65% -
HSV(B) 64.86º 0.5% 0.87% -
XYZ 55.82 66.84 24.71 -
YUV 205.66 74.02 132.53 -
System Red Green Blue C M Y K H S L
Decimal 212 221 110 0.04 0 0.50 0.13 64.86 0.62 0.65
Hex D4 DD 6E 4 0 32 D 41 3E 41
Octal 324 335 156 4 0 62 15 101 76 101
Binary 11010100 11011101 1101110 100 0 110010 1101 1000001 111110 1000001

Color Harmonies of #D4DD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DD6E

Black with #D4DD6E

Text Example


Text Example

White with #D4DD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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