Html Css Color HEX #DAC07C Straw

📋 copy color: '#DAC07C'

red 218 ◦ green 192 ◦ blue 124

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

Shades of Straw #DAC07C

Tints of Straw #DAC07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.22%

R = 40.82%
G = 35.96%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAC07C (or 0xDAC07C) is known color: Straw. HEX triplet: DA, C0 and 7C. RGB value is (218,192,124). Sum of RGB (Red+Green+Blue) = 218+192+124=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 124 (48.83% from 255 or 23.22% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC07C is #253F83. Grayscale: #C0C0C0. Windows color (decimal): -2441092 or 8175834. OLE color: 8175834.

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

Color convert

RGB 218 192 124 -
CMYK 0 0.12 0.43 0.15
HSL 43.4º 0.56% 0.67% -
HSV(B) 43.4º 0.43% 0.85% -
XYZ 51.4 54.06 26.79 -
YUV 192.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 218 192 124 0 0.12 0.43 0.15 43.4 0.56 0.67
Hex DA C0 7C 0 C 2B F 2B 38 43
Octal 332 300 174 0 14 53 17 53 70 103
Binary 11011010 11000000 1111100 0 1100 101011 1111 101011 111000 1000011

Color Harmonies of #DAC07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC07C

Black with #DAC07C

Text Example


Text Example

White with #DAC07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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