Html Css Color HEX #DAC07E Straw

📋 copy color: '#DAC07E'

red 218 ◦ green 192 ◦ blue 126

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

Shades of Straw #DAC07E

Tints of Straw #DAC07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.51%

R = 40.67%
G = 35.82%
B = 23.51%

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

#DAC07E (or 0xDAC07E) is known color: Straw. HEX triplet: DA, C0 and 7E. RGB value is (218,192,126). Sum of RGB (Red+Green+Blue) = 218+192+126=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 126 (49.61% from 255 or 23.51% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC07E is #253F81. Grayscale: #C0C0C0. Windows color (decimal): -2441090 or 8306906. OLE color: 8306906.

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

Color convert

RGB 218 192 126 -
CMYK 0 0.12 0.42 0.15
HSL 43.04º 0.55% 0.67% -
HSV(B) 43.04º 0.42% 0.85% -
XYZ 51.53 54.11 27.47 -
YUV 192.25 90.61 146.37 -
System Red Green Blue C M Y K H S L
Decimal 218 192 126 0 0.12 0.42 0.15 43.04 0.55 0.67
Hex DA C0 7E 0 C 2A F 2B 37 43
Octal 332 300 176 0 14 52 17 53 67 103
Binary 11011010 11000000 1111110 0 1100 101010 1111 101011 110111 1000011

Color Harmonies of #DAC07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC07E

Black with #DAC07E

Text Example


Text Example

White with #DAC07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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