Html Css Color HEX #DDBA7F Straw

📋 copy color: '#DDBA7F'

red 221 ◦ green 186 ◦ blue 127

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

Shades of Straw #DDBA7F

Tints of Straw #DDBA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.78%

R = 41.39%
G = 34.83%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDBA7F (or 0xDDBA7F) is known color: Straw. HEX triplet: DD, BA and 7F. RGB value is (221,186,127). Sum of RGB (Red+Green+Blue) = 221+186+127=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA7F is #224580. Grayscale: #BEBEBE. Windows color (decimal): -2246017 or 8370909. OLE color: 8370909.

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

Color convert

RGB 221 186 127 -
CMYK 0 0.16 0.43 0.13
HSL 37.66º 0.58% 0.68% -
HSV(B) 37.66º 0.43% 0.87% -
XYZ 51.21 52.02 27.42 -
YUV 189.74 92.6 150.3 -
System Red Green Blue C M Y K H S L
Decimal 221 186 127 0 0.16 0.43 0.13 37.66 0.58 0.68
Hex DD BA 7F 0 10 2B D 26 3A 44
Octal 335 272 177 0 20 53 15 46 72 104
Binary 11011101 10111010 1111111 0 10000 101011 1101 100110 111010 1000100

Color Harmonies of #DDBA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA7F

Black with #DDBA7F

Text Example


Text Example

White with #DDBA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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