Html Css Color HEX #DDBD7B Straw

📋 copy color: '#DDBD7B'

red 221 ◦ green 189 ◦ blue 123

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

Shades of Straw #DDBD7B

Tints of Straw #DDBD7B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.46%

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

R = 41.46%
G = 35.46%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDBD7B (or 0xDDBD7B) is known color: Straw. HEX triplet: DD, BD and 7B. RGB value is (221,189,123). Sum of RGB (Red+Green+Blue) = 221+189+123=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD7B is #224284. Grayscale: #BFBFBF. Windows color (decimal): -2245253 or 8109533. OLE color: 8109533.

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

Color convert

RGB 221 189 123 -
CMYK 0 0.14 0.44 0.13
HSL 40.41º 0.59% 0.67% -
HSV(B) 40.41º 0.44% 0.87% -
XYZ 51.59 53.2 26.29 -
YUV 191.04 89.6 149.37 -
System Red Green Blue C M Y K H S L
Decimal 221 189 123 0 0.14 0.44 0.13 40.41 0.59 0.67
Hex DD BD 7B 0 E 2C D 28 3B 43
Octal 335 275 173 0 16 54 15 50 73 103
Binary 11011101 10111101 1111011 0 1110 101100 1101 101000 111011 1000011

Color Harmonies of #DDBD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD7B

Black with #DDBD7B

Text Example


Text Example

White with #DDBD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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