Html Css Color HEX #DAB97D Straw

📋 copy color: '#DAB97D'

red 218 ◦ green 185 ◦ blue 125

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

Shades of Straw #DAB97D

Tints of Straw #DAB97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.67%

R = 41.29%
G = 35.04%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAB97D (or 0xDAB97D) is known color: Straw. HEX triplet: DA, B9 and 7D. RGB value is (218,185,125). Sum of RGB (Red+Green+Blue) = 218+185+125=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB97D is #254682. Grayscale: #BCBCBC. Windows color (decimal): -2442883 or 8239578. OLE color: 8239578.

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

Color convert

RGB 218 185 125 -
CMYK 0 0.15 0.43 0.15
HSL 38.71º 0.56% 0.67% -
HSV(B) 38.71º 0.43% 0.85% -
XYZ 49.96 51.08 26.63 -
YUV 188.03 92.43 149.38 -
System Red Green Blue C M Y K H S L
Decimal 218 185 125 0 0.15 0.43 0.15 38.71 0.56 0.67
Hex DA B9 7D 0 F 2B F 27 38 43
Octal 332 271 175 0 17 53 17 47 70 103
Binary 11011010 10111001 1111101 0 1111 101011 1111 100111 111000 1000011

Color Harmonies of #DAB97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB97D

Black with #DAB97D

Text Example


Text Example

White with #DAB97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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