Html Css Color HEX #DAB678 Straw

📋 copy color: '#DAB678'

red 218 ◦ green 182 ◦ blue 120

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

Shades of Straw #DAB678

Tints of Straw #DAB678

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35%

 BLUE value IS 120 (47.27% from 255) = 23.08%

R = 41.92%
G = 35%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAB678 (or 0xDAB678) is known color: Straw. HEX triplet: DA, B6 and 78. RGB value is (218,182,120). Sum of RGB (Red+Green+Blue) = 218+182+120=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB678 is #254987. Grayscale: #B9B9B9. Windows color (decimal): -2443656 or 7911130. OLE color: 7911130.

HSL color Cylindrical-coordinate representation of color #DAB678: hue angle of 37.96º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAB678 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 182 120 -
CMYK 0 0.17 0.45 0.15
HSL 37.96º 0.57% 0.66% -
HSV(B) 37.96º 0.45% 0.85% -
XYZ 49.03 49.72 24.78 -
YUV 185.7 90.93 151.04 -
System Red Green Blue C M Y K H S L
Decimal 218 182 120 0 0.17 0.45 0.15 37.96 0.57 0.66
Hex DA B6 78 0 11 2D F 26 39 42
Octal 332 266 170 0 21 55 17 46 71 102
Binary 11011010 10110110 1111000 0 10001 101101 1111 100110 111001 1000010

Color Harmonies of #DAB678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB678

Black with #DAB678

Text Example


Text Example

White with #DAB678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB678; }

 p { color: rgb(218,182,120); }

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

background-color css

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

 a { background-color: rgb(218,182,120); }

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

border-color css

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

 span { border-color: rgb(218,182,120); }

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