Html Css Color HEX #DDDE6E Goldenrod

📋 copy color: '#DDDE6E'

red 221 ◦ green 222 ◦ blue 110

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

Shades of Goldenrod #DDDE6E

Tints of Goldenrod #DDDE6E

RGB

 RED value IS 221 (86.72% from 255) = 39.96%

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

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

R = 39.96%
G = 40.14%
B = 19.89%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDDE6E (or 0xDDDE6E) is known color: Goldenrod. HEX triplet: DD, DE and 6E. RGB value is (221,222,110). Sum of RGB (Red+Green+Blue) = 221+222+110=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 110 (43.36% from 255 or 19.89% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE6E is #222191. Grayscale: #D1D1D1. Windows color (decimal): -2236818 or 7266013. OLE color: 7266013.

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

Color convert

RGB 221 222 110 -
CMYK 0.00 0 0.50 0.13
HSL 60.54º 0.63% 0.65% -
HSV(B) 60.54º 0.5% 0.87% -
XYZ 58.75 68.74 24.92 -
YUV 208.93 72.17 136.61 -
System Red Green Blue C M Y K H S L
Decimal 221 222 110 0.00 0 0.50 0.13 60.54 0.63 0.65
Hex DD DE 6E 0 0 32 D 3D 3F 41
Octal 335 336 156 0 0 62 15 75 77 101
Binary 11011101 11011110 1101110 0 0 110010 1101 111101 111111 1000001

Color Harmonies of #DDDE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE6E

Black with #DDDE6E

Text Example


Text Example

White with #DDDE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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