Html Css Color HEX #DDD875 Goldenrod

📋 copy color: '#DDD875'

red 221 ◦ green 216 ◦ blue 117

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

Shades of Goldenrod #DDD875

Tints of Goldenrod #DDD875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.12%

R = 39.89%
G = 38.99%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDD875 (or 0xDDD875) is known color: Goldenrod. HEX triplet: DD, D8 and 75. RGB value is (221,216,117). Sum of RGB (Red+Green+Blue) = 221+216+117=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD875 is #22278A. Grayscale: #CECECE. Windows color (decimal): -2238347 or 7723229. OLE color: 7723229.

HSL color Cylindrical-coordinate representation of color #DDD875: hue angle of 57.12º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDD875 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 216 117 -
CMYK 0 0.02 0.47 0.13
HSL 57.12º 0.6% 0.66% -
HSV(B) 57.12º 0.47% 0.87% -
XYZ 57.59 65.77 26.49 -
YUV 206.21 77.66 138.55 -
System Red Green Blue C M Y K H S L
Decimal 221 216 117 0 0.02 0.47 0.13 57.12 0.6 0.66
Hex DD D8 75 0 2 2F D 39 3C 42
Octal 335 330 165 0 2 57 15 71 74 102
Binary 11011101 11011000 1110101 0 10 101111 1101 111001 111100 1000010

Color Harmonies of #DDD875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD875

Black with #DDD875

Text Example


Text Example

White with #DDD875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD875; }

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

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

background-color css

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

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

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

border-color css

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

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

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