Html Css Color HEX #DDDD7D Goldenrod

📋 copy color: '#DDDD7D'

red 221 ◦ green 221 ◦ blue 125

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

Shades of Goldenrod #DDDD7D

Tints of Goldenrod #DDDD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.05%

R = 38.98%
G = 38.98%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDDD7D (or 0xDDDD7D) is known color: Goldenrod. HEX triplet: DD, DD and 7D. RGB value is (221,221,125). Sum of RGB (Red+Green+Blue) = 221+221+125=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD7D is #222282. Grayscale: #D2D2D2. Windows color (decimal): -2237059 or 8248797. OLE color: 8248797.

HSL color Cylindrical-coordinate representation of color #DDDD7D: hue angle of 60º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDDD7D is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 221 125 -
CMYK 0 0 0.43 0.13
HSL 60º 0.59% 0.68% -
HSV(B) 60º 0.43% 0.87% -
XYZ 59.38 68.57 29.51 -
YUV 210.06 80 135.81 -
System Red Green Blue C M Y K H S L
Decimal 221 221 125 0 0 0.43 0.13 60 0.59 0.68
Hex DD DD 7D 0 0 2B D 3C 3B 44
Octal 335 335 175 0 0 53 15 74 73 104
Binary 11011101 11011101 1111101 0 0 101011 1101 111100 111011 1000100

Color Harmonies of #DDDD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD7D

Black with #DDDD7D

Text Example


Text Example

White with #DDDD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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