Html Css Color HEX #DAC07F Straw

📋 copy color: '#DAC07F'

red 218 ◦ green 192 ◦ blue 127

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

Shades of Straw #DAC07F

Tints of Straw #DAC07F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.75%

 BLUE value IS 127 (50% from 255) = 23.65%

R = 40.6%
G = 35.75%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DAC07F (or 0xDAC07F) is known color: Straw. HEX triplet: DA, C0 and 7F. RGB value is (218,192,127). Sum of RGB (Red+Green+Blue) = 218+192+127=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 127 (50% from 255 or 23.65% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC07F is #253F80. Grayscale: #C0C0C0. Windows color (decimal): -2441089 or 8372442. OLE color: 8372442.

HSL color Cylindrical-coordinate representation of color #DAC07F: hue angle of 42.86º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAC07F is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 192 127 -
CMYK 0 0.12 0.42 0.15
HSL 42.86º 0.55% 0.68% -
HSV(B) 42.86º 0.42% 0.85% -
XYZ 51.59 54.14 27.81 -
YUV 192.36 91.11 146.29 -
System Red Green Blue C M Y K H S L
Decimal 218 192 127 0 0.12 0.42 0.15 42.86 0.55 0.68
Hex DA C0 7F 0 C 2A F 2B 37 44
Octal 332 300 177 0 14 52 17 53 67 104
Binary 11011010 11000000 1111111 0 1100 101010 1111 101011 110111 1000100

Color Harmonies of #DAC07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC07F

Black with #DAC07F

Text Example


Text Example

White with #DAC07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC07F; }

 p { color: rgb(218,192,127); }

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

background-color css

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

 a { background-color: rgb(218,192,127); }

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

border-color css

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

 span { border-color: rgb(218,192,127); }

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