Html Css Color HEX #DABA7E Straw

📋 copy color: '#DABA7E'

red 218 ◦ green 186 ◦ blue 126

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

Shades of Straw #DABA7E

Tints of Straw #DABA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.77%

R = 41.13%
G = 35.09%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DABA7E (or 0xDABA7E) is known color: Straw. HEX triplet: DA, BA and 7E. RGB value is (218,186,126). Sum of RGB (Red+Green+Blue) = 218+186+126=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA7E is #254581. Grayscale: #BDBDBD. Windows color (decimal): -2442626 or 8305370. OLE color: 8305370.

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

Color convert

RGB 218 186 126 -
CMYK 0 0.15 0.42 0.15
HSL 39.13º 0.55% 0.67% -
HSV(B) 39.13º 0.42% 0.85% -
XYZ 50.24 51.53 27.04 -
YUV 188.73 92.6 148.88 -
System Red Green Blue C M Y K H S L
Decimal 218 186 126 0 0.15 0.42 0.15 39.13 0.55 0.67
Hex DA BA 7E 0 F 2A F 27 37 43
Octal 332 272 176 0 17 52 17 47 67 103
Binary 11011010 10111010 1111110 0 1111 101010 1111 100111 110111 1000011

Color Harmonies of #DABA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA7E

Black with #DABA7E

Text Example


Text Example

White with #DABA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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