Html Css Color HEX #DDB976 Straw

📋 copy color: '#DDB976'

red 221 ◦ green 185 ◦ blue 118

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

Shades of Straw #DDB976

Tints of Straw #DDB976

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.31%

 BLUE value IS 118 (46.48% from 255) = 22.52%

R = 42.18%
G = 35.31%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDB976 (or 0xDDB976) is known color: Straw. HEX triplet: DD, B9 and 76. RGB value is (221,185,118). Sum of RGB (Red+Green+Blue) = 221+185+118=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB976 is #224689. Grayscale: #BCBCBC. Windows color (decimal): -2246282 or 7780829. OLE color: 7780829.

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

Color convert

RGB 221 185 118 -
CMYK 0 0.16 0.47 0.13
HSL 39.03º 0.6% 0.66% -
HSV(B) 39.03º 0.47% 0.87% -
XYZ 50.44 51.38 24.4 -
YUV 188.13 88.43 151.45 -
System Red Green Blue C M Y K H S L
Decimal 221 185 118 0 0.16 0.47 0.13 39.03 0.6 0.66
Hex DD B9 76 0 10 2F D 27 3C 42
Octal 335 271 166 0 20 57 15 47 74 102
Binary 11011101 10111001 1110110 0 10000 101111 1101 100111 111100 1000010

Color Harmonies of #DDB976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB976

Black with #DDB976

Text Example


Text Example

White with #DDB976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB976; }

 p { color: rgb(221,185,118); }

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

background-color css

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

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

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

border-color css

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

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

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