Html Css Color HEX #DDBB7C Straw

📋 copy color: '#DDBB7C'

red 221 ◦ green 187 ◦ blue 124

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

Shades of Straw #DDBB7C

Tints of Straw #DDBB7C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.15%

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

R = 41.54%
G = 35.15%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDBB7C (or 0xDDBB7C) is known color: Straw. HEX triplet: DD, BB and 7C. RGB value is (221,187,124). Sum of RGB (Red+Green+Blue) = 221+187+124=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB7C is #224483. Grayscale: #BEBEBE. Windows color (decimal): -2245764 or 8174557. OLE color: 8174557.

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

Color convert

RGB 221 187 124 -
CMYK 0 0.15 0.44 0.13
HSL 38.97º 0.59% 0.68% -
HSV(B) 38.97º 0.44% 0.87% -
XYZ 51.23 52.37 26.48 -
YUV 189.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 221 187 124 0 0.15 0.44 0.13 38.97 0.59 0.68
Hex DD BB 7C 0 F 2C D 27 3B 44
Octal 335 273 174 0 17 54 15 47 73 104
Binary 11011101 10111011 1111100 0 1111 101100 1101 100111 111011 1000100

Color Harmonies of #DDBB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB7C

Black with #DDBB7C

Text Example


Text Example

White with #DDBB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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