Html Css Color HEX #DAC573 Chenin

📋 copy color: '#DAC573'

red 218 ◦ green 197 ◦ blue 115

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

Shades of Chenin #DAC573

Tints of Chenin #DAC573

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.17%

 BLUE value IS 115 (45.31% from 255) = 21.7%

R = 41.13%
G = 37.17%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAC573 (or 0xDAC573) is known color: Chenin. HEX triplet: DA, C5 and 73. RGB value is (218,197,115). Sum of RGB (Red+Green+Blue) = 218+197+115=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC573 is #253A8C. Grayscale: #C2C2C2. Windows color (decimal): -2439821 or 7587290. OLE color: 7587290.

HSL color Cylindrical-coordinate representation of color #DAC573: hue angle of 47.77º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAC573 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 197 115 -
CMYK 0 0.10 0.47 0.15
HSL 47.77º 0.58% 0.65% -
HSV(B) 47.77º 0.47% 0.85% -
XYZ 51.97 56.08 24.3 -
YUV 193.93 83.46 145.17 -
System Red Green Blue C M Y K H S L
Decimal 218 197 115 0 0.10 0.47 0.15 47.77 0.58 0.65
Hex DA C5 73 0 A 2F F 30 3A 41
Octal 332 305 163 0 12 57 17 60 72 101
Binary 11011010 11000101 1110011 0 1010 101111 1111 110000 111010 1000001

Color Harmonies of #DAC573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC573

Black with #DAC573

Text Example


Text Example

White with #DAC573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC573; }

 p { color: rgb(218,197,115); }

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

background-color css

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

 a { background-color: rgb(218,197,115); }

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

border-color css

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

 span { border-color: rgb(218,197,115); }

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