Html Css Color HEX #DDD870 Goldenrod

📋 copy color: '#DDD870'

red 221 ◦ green 216 ◦ blue 112

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

Shades of Goldenrod #DDD870

Tints of Goldenrod #DDD870

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.34%

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

R = 40.26%
G = 39.34%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDD870 (or 0xDDD870) is known color: Goldenrod. HEX triplet: DD, D8 and 70. RGB value is (221,216,112). Sum of RGB (Red+Green+Blue) = 221+216+112=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD870 is #22278F. Grayscale: #CECECE. Windows color (decimal): -2238352 or 7395549. OLE color: 7395549.

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

Color convert

RGB 221 216 112 -
CMYK 0 0.02 0.49 0.13
HSL 57.25º 0.62% 0.65% -
HSV(B) 57.25º 0.49% 0.87% -
XYZ 57.3 65.65 24.98 -
YUV 205.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 221 216 112 0 0.02 0.49 0.13 57.25 0.62 0.65
Hex DD D8 70 0 2 31 D 39 3E 41
Octal 335 330 160 0 2 61 15 71 76 101
Binary 11011101 11011000 1110000 0 10 110001 1101 111001 111110 1000001

Color Harmonies of #DDD870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD870

Black with #DDD870

Text Example


Text Example

White with #DDD870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD870; }

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

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

background-color css

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

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

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

border-color css

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

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

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