Html Css Color HEX #DDBA77 Straw

📋 copy color: '#DDBA77'

red 221 ◦ green 186 ◦ blue 119

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

Shades of Straw #DDBA77

Tints of Straw #DDBA77

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.36%

 BLUE value IS 119 (46.88% from 255) = 22.62%

R = 42.02%
G = 35.36%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDBA77 (or 0xDDBA77) is known color: Straw. HEX triplet: DD, BA and 77. RGB value is (221,186,119). Sum of RGB (Red+Green+Blue) = 221+186+119=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA77 is #224588. Grayscale: #BDBDBD. Windows color (decimal): -2246025 or 7846621. OLE color: 7846621.

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

Color convert

RGB 221 186 119 -
CMYK 0 0.16 0.46 0.13
HSL 39.41º 0.6% 0.67% -
HSV(B) 39.41º 0.46% 0.87% -
XYZ 50.71 51.82 24.78 -
YUV 188.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 221 186 119 0 0.16 0.46 0.13 39.41 0.6 0.67
Hex DD BA 77 0 10 2E D 27 3C 43
Octal 335 272 167 0 20 56 15 47 74 103
Binary 11011101 10111010 1110111 0 10000 101110 1101 100111 111100 1000011

Color Harmonies of #DDBA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA77

Black with #DDBA77

Text Example


Text Example

White with #DDBA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA77; }

 p { color: rgb(221,186,119); }

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

background-color css

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

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

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

border-color css

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

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

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