Html Css Color HEX #DDDE6D Goldenrod

📋 copy color: '#DDDE6D'

red 221 ◦ green 222 ◦ blue 109

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

Shades of Goldenrod #DDDE6D

Tints of Goldenrod #DDDE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.75%

R = 40.04%
G = 40.22%
B = 19.75%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDDE6D (or 0xDDDE6D) is known color: Goldenrod. HEX triplet: DD, DE and 6D. RGB value is (221,222,109). Sum of RGB (Red+Green+Blue) = 221+222+109=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE6D is #222192. Grayscale: #D1D1D1. Windows color (decimal): -2236819 or 7200477. OLE color: 7200477.

HSL color Cylindrical-coordinate representation of color #DDDE6D: hue angle of 60.53º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDDE6D is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 222 109 -
CMYK 0.00 0 0.51 0.13
HSL 60.53º 0.63% 0.65% -
HSV(B) 60.53º 0.51% 0.87% -
XYZ 58.7 68.72 24.64 -
YUV 208.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 221 222 109 0.00 0 0.51 0.13 60.53 0.63 0.65
Hex DD DE 6D 0 0 33 D 3D 3F 41
Octal 335 336 155 0 0 63 15 75 77 101
Binary 11011101 11011110 1101101 0 0 110011 1101 111101 111111 1000001

Color Harmonies of #DDDE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE6D

Black with #DDDE6D

Text Example


Text Example

White with #DDDE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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