Html Css Color HEX #DAB77B Straw

📋 copy color: '#DAB77B'

red 218 ◦ green 183 ◦ blue 123

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

Shades of Straw #DAB77B

Tints of Straw #DAB77B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.92%

 BLUE value IS 123 (48.44% from 255) = 23.47%

R = 41.6%
G = 34.92%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAB77B (or 0xDAB77B) is known color: Straw. HEX triplet: DA, B7 and 7B. RGB value is (218,183,123). Sum of RGB (Red+Green+Blue) = 218+183+123=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB77B is #254884. Grayscale: #BABABA. Windows color (decimal): -2443397 or 8107994. OLE color: 8107994.

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

Color convert

RGB 218 183 123 -
CMYK 0 0.16 0.44 0.15
HSL 37.89º 0.56% 0.67% -
HSV(B) 37.89º 0.44% 0.85% -
XYZ 49.42 50.2 25.82 -
YUV 186.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 218 183 123 0 0.16 0.44 0.15 37.89 0.56 0.67
Hex DA B7 7B 0 10 2C F 26 38 43
Octal 332 267 173 0 20 54 17 46 70 103
Binary 11011010 10110111 1111011 0 10000 101100 1111 100110 111000 1000011

Color Harmonies of #DAB77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB77B

Black with #DAB77B

Text Example


Text Example

White with #DAB77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB77B; }

 p { color: rgb(218,183,123); }

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

background-color css

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

 a { background-color: rgb(218,183,123); }

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

border-color css

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

 span { border-color: rgb(218,183,123); }

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