Html Css Color HEX #DDDD70 Goldenrod

📋 copy color: '#DDDD70'

red 221 ◦ green 221 ◦ blue 112

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

Shades of Goldenrod #DDDD70

Tints of Goldenrod #DDDD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.22%

R = 39.89%
G = 39.89%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDDD70 (or 0xDDDD70) is known color: Goldenrod. HEX triplet: DD, DD and 70. RGB value is (221,221,112). Sum of RGB (Red+Green+Blue) = 221+221+112=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD70 is #22228F. Grayscale: #D1D1D1. Windows color (decimal): -2237072 or 7396829. OLE color: 7396829.

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

Color convert

RGB 221 221 112 -
CMYK 0 0 0.49 0.13
HSL 60º 0.62% 0.65% -
HSV(B) 60º 0.49% 0.87% -
XYZ 58.6 68.25 25.42 -
YUV 208.57 73.5 136.86 -
System Red Green Blue C M Y K H S L
Decimal 221 221 112 0 0 0.49 0.13 60 0.62 0.65
Hex DD DD 70 0 0 31 D 3C 3E 41
Octal 335 335 160 0 0 61 15 74 76 101
Binary 11011101 11011101 1110000 0 0 110001 1101 111100 111110 1000001

Color Harmonies of #DDDD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD70

Black with #DDDD70

Text Example


Text Example

White with #DDDD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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