Html Css Color HEX #DABC7E Straw

📋 copy color: '#DABC7E'

red 218 ◦ green 188 ◦ blue 126

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

Shades of Straw #DABC7E

Tints of Straw #DABC7E

RGB

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

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

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

R = 40.98%
G = 35.34%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DABC7E (or 0xDABC7E) is known color: Straw. HEX triplet: DA, BC and 7E. RGB value is (218,188,126). Sum of RGB (Red+Green+Blue) = 218+188+126=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC7E is #254381. Grayscale: #BEBEBE. Windows color (decimal): -2442114 or 8305882. OLE color: 8305882.

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

Color convert

RGB 218 188 126 -
CMYK 0 0.14 0.42 0.15
HSL 40.43º 0.55% 0.67% -
HSV(B) 40.43º 0.42% 0.85% -
XYZ 50.66 52.38 27.18 -
YUV 189.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 218 188 126 0 0.14 0.42 0.15 40.43 0.55 0.67
Hex DA BC 7E 0 E 2A F 28 37 43
Octal 332 274 176 0 16 52 17 50 67 103
Binary 11011010 10111100 1111110 0 1110 101010 1111 101000 110111 1000011

Color Harmonies of #DABC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC7E

Black with #DABC7E

Text Example


Text Example

White with #DABC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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