Html Css Color HEX #DAC170 Chenin

📋 copy color: '#DAC170'

red 218 ◦ green 193 ◦ blue 112

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

Shades of Chenin #DAC170

Tints of Chenin #DAC170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.41%

R = 41.68%
G = 36.9%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAC170 (or 0xDAC170) is known color: Chenin. HEX triplet: DA, C1 and 70. RGB value is (218,193,112). Sum of RGB (Red+Green+Blue) = 218+193+112=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC170 is #253E8F. Grayscale: #BFBFBF. Windows color (decimal): -2440848 or 7389658. OLE color: 7389658.

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

Color convert

RGB 218 193 112 -
CMYK 0 0.11 0.49 0.15
HSL 45.85º 0.59% 0.65% -
HSV(B) 45.85º 0.49% 0.85% -
XYZ 50.91 54.22 23.11 -
YUV 191.24 83.28 147.09 -
System Red Green Blue C M Y K H S L
Decimal 218 193 112 0 0.11 0.49 0.15 45.85 0.59 0.65
Hex DA C1 70 0 B 31 F 2E 3B 41
Octal 332 301 160 0 13 61 17 56 73 101
Binary 11011010 11000001 1110000 0 1011 110001 1111 101110 111011 1000001

Color Harmonies of #DAC170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC170

Black with #DAC170

Text Example


Text Example

White with #DAC170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC170; }

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

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

background-color css

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

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

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

border-color css

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

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

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