Html Css Color HEX #DDBA7B Straw

📋 copy color: '#DDBA7B'

red 221 ◦ green 186 ◦ blue 123

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

Shades of Straw #DDBA7B

Tints of Straw #DDBA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.21%

R = 41.7%
G = 35.09%
B = 23.21%

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

#DDBA7B (or 0xDDBA7B) is known color: Straw. HEX triplet: DD, BA and 7B. RGB value is (221,186,123). Sum of RGB (Red+Green+Blue) = 221+186+123=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA7B is #224584. Grayscale: #BDBDBD. Windows color (decimal): -2246021 or 8108765. OLE color: 8108765.

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

Color convert

RGB 221 186 123 -
CMYK 0 0.16 0.44 0.13
HSL 38.57º 0.59% 0.67% -
HSV(B) 38.57º 0.44% 0.87% -
XYZ 50.95 51.92 26.07 -
YUV 189.28 90.6 150.62 -
System Red Green Blue C M Y K H S L
Decimal 221 186 123 0 0.16 0.44 0.13 38.57 0.59 0.67
Hex DD BA 7B 0 10 2C D 27 3B 43
Octal 335 272 173 0 20 54 15 47 73 103
Binary 11011101 10111010 1111011 0 10000 101100 1101 100111 111011 1000011

Color Harmonies of #DDBA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA7B

Black with #DDBA7B

Text Example


Text Example

White with #DDBA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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