Html Css Color HEX #DDDD6F Goldenrod

📋 copy color: '#DDDD6F'

red 221 ◦ green 221 ◦ blue 111

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

Shades of Goldenrod #DDDD6F

Tints of Goldenrod #DDDD6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.07%

R = 39.96%
G = 39.96%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDDD6F (or 0xDDDD6F) is known color: Goldenrod. HEX triplet: DD, DD and 6F. RGB value is (221,221,111). Sum of RGB (Red+Green+Blue) = 221+221+111=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 111 (43.75% from 255 or 20.07% from 553); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD6F is #222290. Grayscale: #D0D0D0. Windows color (decimal): -2237073 or 7331293. OLE color: 7331293.

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

Color convert

RGB 221 221 111 -
CMYK 0 0 0.50 0.13
HSL 60º 0.62% 0.65% -
HSV(B) 60º 0.5% 0.87% -
XYZ 58.54 68.23 25.12 -
YUV 208.46 73 136.94 -
System Red Green Blue C M Y K H S L
Decimal 221 221 111 0 0 0.50 0.13 60 0.62 0.65
Hex DD DD 6F 0 0 32 D 3C 3E 41
Octal 335 335 157 0 0 62 15 74 76 101
Binary 11011101 11011101 1101111 0 0 110010 1101 111100 111110 1000001

Color Harmonies of #DDDD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD6F

Black with #DDDD6F

Text Example


Text Example

White with #DDDD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD6F; }

 p { color: rgb(221,221,111); }

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

background-color css

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

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

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

border-color css

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

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

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