Html Css Color HEX #DDDD6C Goldenrod

📋 copy color: '#DDDD6C'

red 221 ◦ green 221 ◦ blue 108

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

Shades of Goldenrod #DDDD6C

Tints of Goldenrod #DDDD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.64%

R = 40.18%
G = 40.18%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDDD6C (or 0xDDDD6C) is known color: Goldenrod. HEX triplet: DD, DD and 6C. RGB value is (221,221,108). Sum of RGB (Red+Green+Blue) = 221+221+108=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD6C is #222293. Grayscale: #D0D0D0. Windows color (decimal): -2237076 or 7134685. OLE color: 7134685.

HSL color Cylindrical-coordinate representation of color #DDDD6C: 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.51%. Process color model (Four color, CMYK) of #DDDD6C is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 221 108 -
CMYK 0 0 0.51 0.13
HSL 60º 0.62% 0.65% -
HSV(B) 60º 0.51% 0.87% -
XYZ 58.38 68.17 24.27 -
YUV 208.12 71.5 137.19 -
System Red Green Blue C M Y K H S L
Decimal 221 221 108 0 0 0.51 0.13 60 0.62 0.65
Hex DD DD 6C 0 0 33 D 3C 3E 41
Octal 335 335 154 0 0 63 15 74 76 101
Binary 11011101 11011101 1101100 0 0 110011 1101 111100 111110 1000001

Color Harmonies of #DDDD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD6C

Black with #DDDD6C

Text Example


Text Example

White with #DDDD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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