Html Css Color HEX #DAC46E Chenin

📋 copy color: '#DAC46E'

red 218 ◦ green 196 ◦ blue 110

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

Shades of Chenin #DAC46E

Tints of Chenin #DAC46E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.4%

 BLUE value IS 110 (43.36% from 255) = 20.99%

R = 41.6%
G = 37.4%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DAC46E (or 0xDAC46E) is known color: Chenin. HEX triplet: DA, C4 and 6E. RGB value is (218,196,110). Sum of RGB (Red+Green+Blue) = 218+196+110=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC46E is #253B91. Grayscale: #C1C1C1. Windows color (decimal): -2440082 or 7259354. OLE color: 7259354.

HSL color Cylindrical-coordinate representation of color #DAC46E: hue angle of 47.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAC46E is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 196 110 -
CMYK 0 0.10 0.50 0.15
HSL 47.78º 0.59% 0.64% -
HSV(B) 47.78º 0.5% 0.85% -
XYZ 51.47 55.51 22.75 -
YUV 192.77 81.29 145.99 -
System Red Green Blue C M Y K H S L
Decimal 218 196 110 0 0.10 0.50 0.15 47.78 0.59 0.64
Hex DA C4 6E 0 A 32 F 30 3B 40
Octal 332 304 156 0 12 62 17 60 73 100
Binary 11011010 11000100 1101110 0 1010 110010 1111 110000 111011 1000000

Color Harmonies of #DAC46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC46E

Black with #DAC46E

Text Example


Text Example

White with #DAC46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC46E; }

 p { color: rgb(218,196,110); }

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

background-color css

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

 a { background-color: rgb(218,196,110); }

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

border-color css

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

 span { border-color: rgb(218,196,110); }

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