Html Css Color HEX #DDBA7A Straw

📋 copy color: '#DDBA7A'

red 221 ◦ green 186 ◦ blue 122

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

Shades of Straw #DDBA7A

Tints of Straw #DDBA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.06%

R = 41.78%
G = 35.16%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDBA7A (or 0xDDBA7A) is known color: Straw. HEX triplet: DD, BA and 7A. RGB value is (221,186,122). Sum of RGB (Red+Green+Blue) = 221+186+122=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA7A is #224585. Grayscale: #BDBDBD. Windows color (decimal): -2246022 or 8043229. OLE color: 8043229.

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

Color convert

RGB 221 186 122 -
CMYK 0 0.16 0.45 0.13
HSL 38.79º 0.59% 0.67% -
HSV(B) 38.79º 0.45% 0.87% -
XYZ 50.89 51.9 25.75 -
YUV 189.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 221 186 122 0 0.16 0.45 0.13 38.79 0.59 0.67
Hex DD BA 7A 0 10 2D D 27 3B 43
Octal 335 272 172 0 20 55 15 47 73 103
Binary 11011101 10111010 1111010 0 10000 101101 1101 100111 111011 1000011

Color Harmonies of #DDBA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA7A

Black with #DDBA7A

Text Example


Text Example

White with #DDBA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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