Html Css Color HEX #DDBA7C Straw

📋 copy color: '#DDBA7C'

red 221 ◦ green 186 ◦ blue 124

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

Shades of Straw #DDBA7C

Tints of Straw #DDBA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.35%

R = 41.62%
G = 35.03%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDBA7C (or 0xDDBA7C) is known color: Straw. HEX triplet: DD, BA and 7C. RGB value is (221,186,124). Sum of RGB (Red+Green+Blue) = 221+186+124=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA7C is #224583. Grayscale: #BDBDBD. Windows color (decimal): -2246020 or 8174301. OLE color: 8174301.

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

Color convert

RGB 221 186 124 -
CMYK 0 0.16 0.44 0.13
HSL 38.35º 0.59% 0.68% -
HSV(B) 38.35º 0.44% 0.87% -
XYZ 51.02 51.95 26.41 -
YUV 189.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 221 186 124 0 0.16 0.44 0.13 38.35 0.59 0.68
Hex DD BA 7C 0 10 2C D 26 3B 44
Octal 335 272 174 0 20 54 15 46 73 104
Binary 11011101 10111010 1111100 0 10000 101100 1101 100110 111011 1000100

Color Harmonies of #DDBA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA7C

Black with #DDBA7C

Text Example


Text Example

White with #DDBA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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