Html Css Color HEX #DDDB6E Goldenrod

📋 copy color: '#DDDB6E'

red 221 ◦ green 219 ◦ blue 110

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

Shades of Goldenrod #DDDB6E

Tints of Goldenrod #DDDB6E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.82%

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

R = 40.18%
G = 39.82%
B = 20%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDDB6E (or 0xDDDB6E) is known color: Goldenrod. HEX triplet: DD, DB and 6E. RGB value is (221,219,110). Sum of RGB (Red+Green+Blue) = 221+219+110=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB6E is #222491. Grayscale: #CFCFCF. Windows color (decimal): -2237586 or 7265245. OLE color: 7265245.

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

Color convert

RGB 221 219 110 -
CMYK 0 0.01 0.50 0.13
HSL 58.92º 0.62% 0.65% -
HSV(B) 58.92º 0.5% 0.87% -
XYZ 57.96 67.16 24.66 -
YUV 207.17 73.16 137.86 -
System Red Green Blue C M Y K H S L
Decimal 221 219 110 0 0.01 0.50 0.13 58.92 0.62 0.65
Hex DD DB 6E 0 1 32 D 3B 3E 41
Octal 335 333 156 0 1 62 15 73 76 101
Binary 11011101 11011011 1101110 0 1 110010 1101 111011 111110 1000001

Color Harmonies of #DDDB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB6E

Black with #DDDB6E

Text Example


Text Example

White with #DDDB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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