Html Css Color HEX #DDBC7A Straw

📋 copy color: '#DDBC7A'

red 221 ◦ green 188 ◦ blue 122

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

Shades of Straw #DDBC7A

Tints of Straw #DDBC7A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.4%

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

R = 41.62%
G = 35.4%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDBC7A (or 0xDDBC7A) is known color: Straw. HEX triplet: DD, BC and 7A. RGB value is (221,188,122). Sum of RGB (Red+Green+Blue) = 221+188+122=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC7A is #224385. Grayscale: #BEBEBE. Windows color (decimal): -2245510 or 8043741. OLE color: 8043741.

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

Color convert

RGB 221 188 122 -
CMYK 0 0.15 0.45 0.13
HSL 40º 0.59% 0.67% -
HSV(B) 40º 0.45% 0.87% -
XYZ 51.31 52.74 25.89 -
YUV 190.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 221 188 122 0 0.15 0.45 0.13 40 0.59 0.67
Hex DD BC 7A 0 F 2D D 28 3B 43
Octal 335 274 172 0 17 55 15 50 73 103
Binary 11011101 10111100 1111010 0 1111 101101 1101 101000 111011 1000011

Color Harmonies of #DDBC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC7A

Black with #DDBC7A

Text Example


Text Example

White with #DDBC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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