Html Css Color HEX #DDD974 Goldenrod

📋 copy color: '#DDD974'

red 221 ◦ green 217 ◦ blue 116

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

Shades of Goldenrod #DDD974

Tints of Goldenrod #DDD974

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.17%

 BLUE value IS 116 (45.7% from 255) = 20.94%

R = 39.89%
G = 39.17%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDD974 (or 0xDDD974) is known color: Goldenrod. HEX triplet: DD, D9 and 74. RGB value is (221,217,116). Sum of RGB (Red+Green+Blue) = 221+217+116=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD974 is #22268B. Grayscale: #CFCFCF. Windows color (decimal): -2238092 or 7657949. OLE color: 7657949.

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

Color convert

RGB 221 217 116 -
CMYK 0 0.02 0.48 0.13
HSL 57.71º 0.61% 0.66% -
HSV(B) 57.71º 0.48% 0.87% -
XYZ 57.78 66.26 26.27 -
YUV 206.68 76.83 138.21 -
System Red Green Blue C M Y K H S L
Decimal 221 217 116 0 0.02 0.48 0.13 57.71 0.61 0.66
Hex DD D9 74 0 2 30 D 3A 3D 42
Octal 335 331 164 0 2 60 15 72 75 102
Binary 11011101 11011001 1110100 0 10 110000 1101 111010 111101 1000010

Color Harmonies of #DDD974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD974

Black with #DDD974

Text Example


Text Example

White with #DDD974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD974; }

 p { color: rgb(221,217,116); }

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

background-color css

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

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

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

border-color css

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

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

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