Html Css Color HEX #DAB97A Straw

📋 copy color: '#DAB97A'

red 218 ◦ green 185 ◦ blue 122

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

Shades of Straw #DAB97A

Tints of Straw #DAB97A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.24%

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

R = 41.52%
G = 35.24%
B = 23.24%

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

#DAB97A (or 0xDAB97A) is known color: Straw. HEX triplet: DA, B9 and 7A. RGB value is (218,185,122). Sum of RGB (Red+Green+Blue) = 218+185+122=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB97A is #254685. Grayscale: #BBBBBB. Windows color (decimal): -2442886 or 8042970. OLE color: 8042970.

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

Color convert

RGB 218 185 122 -
CMYK 0 0.15 0.44 0.15
HSL 39.38º 0.56% 0.67% -
HSV(B) 39.38º 0.44% 0.85% -
XYZ 49.78 51.01 25.63 -
YUV 187.69 90.93 149.62 -
System Red Green Blue C M Y K H S L
Decimal 218 185 122 0 0.15 0.44 0.15 39.38 0.56 0.67
Hex DA B9 7A 0 F 2C F 27 38 43
Octal 332 271 172 0 17 54 17 47 70 103
Binary 11011010 10111001 1111010 0 1111 101100 1111 100111 111000 1000011

Color Harmonies of #DAB97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB97A

Black with #DAB97A

Text Example


Text Example

White with #DAB97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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