Html Css Color HEX #DABC7A Straw

📋 copy color: '#DABC7A'

red 218 ◦ green 188 ◦ blue 122

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

Shades of Straw #DABC7A

Tints of Straw #DABC7A

RGB

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

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

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

R = 41.29%
G = 35.61%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DABC7A (or 0xDABC7A) is known color: Straw. HEX triplet: DA, BC and 7A. RGB value is (218,188,122). Sum of RGB (Red+Green+Blue) = 218+188+122=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC7A is #254385. Grayscale: #BDBDBD. Windows color (decimal): -2442118 or 8043738. OLE color: 8043738.

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

Color convert

RGB 218 188 122 -
CMYK 0 0.14 0.44 0.15
HSL 41.25º 0.56% 0.67% -
HSV(B) 41.25º 0.44% 0.85% -
XYZ 50.41 52.28 25.85 -
YUV 189.45 89.94 148.37 -
System Red Green Blue C M Y K H S L
Decimal 218 188 122 0 0.14 0.44 0.15 41.25 0.56 0.67
Hex DA BC 7A 0 E 2C F 29 38 43
Octal 332 274 172 0 16 54 17 51 70 103
Binary 11011010 10111100 1111010 0 1110 101100 1111 101001 111000 1000011

Color Harmonies of #DABC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC7A

Black with #DABC7A

Text Example


Text Example

White with #DABC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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