Html Css Color HEX #DABA7A Straw

📋 copy color: '#DABA7A'

red 218 ◦ green 186 ◦ blue 122

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

Shades of Straw #DABA7A

Tints of Straw #DABA7A

RGB

 RED value IS 218 (85.55% from 255) = 41.44%

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

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

R = 41.44%
G = 35.36%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DABA7A (or 0xDABA7A) is known color: Straw. HEX triplet: DA, BA and 7A. RGB value is (218,186,122). Sum of RGB (Red+Green+Blue) = 218+186+122=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA7A is #254585. Grayscale: #BCBCBC. Windows color (decimal): -2442630 or 8043226. OLE color: 8043226.

HSL color Cylindrical-coordinate representation of color #DABA7A: hue angle of 40º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DABA7A is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 122 -
CMYK 0 0.15 0.44 0.15
HSL 40º 0.56% 0.67% -
HSV(B) 40º 0.44% 0.85% -
XYZ 49.99 51.43 25.7 -
YUV 188.27 90.6 149.2 -
System Red Green Blue C M Y K H S L
Decimal 218 186 122 0 0.15 0.44 0.15 40 0.56 0.67
Hex DA BA 7A 0 F 2C F 28 38 43
Octal 332 272 172 0 17 54 17 50 70 103
Binary 11011010 10111010 1111010 0 1111 101100 1111 101000 111000 1000011

Color Harmonies of #DABA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA7A

Black with #DABA7A

Text Example


Text Example

White with #DABA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA7A; }

 p { color: rgb(218,186,122); }

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

background-color css

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

 a { background-color: rgb(218,186,122); }

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

border-color css

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

 span { border-color: rgb(218,186,122); }

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