Html Css Color HEX #DAC17D Straw

📋 copy color: '#DAC17D'

red 218 ◦ green 193 ◦ blue 125

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

Shades of Straw #DAC17D

Tints of Straw #DAC17D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.01%

 BLUE value IS 125 (49.22% from 255) = 23.32%

R = 40.67%
G = 36.01%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAC17D (or 0xDAC17D) is known color: Straw. HEX triplet: DA, C1 and 7D. RGB value is (218,193,125). Sum of RGB (Red+Green+Blue) = 218+193+125=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC17D is #253E82. Grayscale: #C1C1C1. Windows color (decimal): -2440835 or 8241626. OLE color: 8241626.

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

Color convert

RGB 218 193 125 -
CMYK 0 0.11 0.43 0.15
HSL 43.87º 0.56% 0.67% -
HSV(B) 43.87º 0.43% 0.85% -
XYZ 51.69 54.53 27.2 -
YUV 192.72 89.78 146.03 -
System Red Green Blue C M Y K H S L
Decimal 218 193 125 0 0.11 0.43 0.15 43.87 0.56 0.67
Hex DA C1 7D 0 B 2B F 2C 38 43
Octal 332 301 175 0 13 53 17 54 70 103
Binary 11011010 11000001 1111101 0 1011 101011 1111 101100 111000 1000011

Color Harmonies of #DAC17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC17D

Black with #DAC17D

Text Example


Text Example

White with #DAC17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC17D; }

 p { color: rgb(218,193,125); }

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

background-color css

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

 a { background-color: rgb(218,193,125); }

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

border-color css

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

 span { border-color: rgb(218,193,125); }

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