Html Css Color HEX #DAC07D Straw

📋 copy color: '#DAC07D'

red 218 ◦ green 192 ◦ blue 125

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

Shades of Straw #DAC07D

Tints of Straw #DAC07D

RGB

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

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

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

R = 40.75%
G = 35.89%
B = 23.36%

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

#DAC07D (or 0xDAC07D) is known color: Straw. HEX triplet: DA, C0 and 7D. RGB value is (218,192,125). Sum of RGB (Red+Green+Blue) = 218+192+125=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC07D is #253F82. Grayscale: #C0C0C0. Windows color (decimal): -2441091 or 8241370. OLE color: 8241370.

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

Color convert

RGB 218 192 125 -
CMYK 0 0.12 0.43 0.15
HSL 43.23º 0.56% 0.67% -
HSV(B) 43.23º 0.43% 0.85% -
XYZ 51.46 54.09 27.13 -
YUV 192.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 218 192 125 0 0.12 0.43 0.15 43.23 0.56 0.67
Hex DA C0 7D 0 C 2B F 2B 38 43
Octal 332 300 175 0 14 53 17 53 70 103
Binary 11011010 11000000 1111101 0 1100 101011 1111 101011 111000 1000011

Color Harmonies of #DAC07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC07D

Black with #DAC07D

Text Example


Text Example

White with #DAC07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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