Html Css Color HEX #DAC864 Chenin

📋 copy color: '#DAC864'

red 218 ◦ green 200 ◦ blue 100

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

Shades of Chenin #DAC864

Tints of Chenin #DAC864

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.61%

 BLUE value IS 100 (39.45% from 255) = 19.31%

R = 42.08%
G = 38.61%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAC864 (or 0xDAC864) is known color: Chenin. HEX triplet: DA, C8 and 64. RGB value is (218,200,100). Sum of RGB (Red+Green+Blue) = 218+200+100=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC864 is #25379B. Grayscale: #C2C2C2. Windows color (decimal): -2439068 or 6605018. OLE color: 6605018.

HSL color Cylindrical-coordinate representation of color #DAC864: hue angle of 50.85º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAC864 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 200 100 -
CMYK 0 0.08 0.54 0.15
HSL 50.85º 0.61% 0.62% -
HSV(B) 50.85º 0.54% 0.85% -
XYZ 51.87 57.13 20.35 -
YUV 193.98 74.96 145.13 -
System Red Green Blue C M Y K H S L
Decimal 218 200 100 0 0.08 0.54 0.15 50.85 0.61 0.62
Hex DA C8 64 0 8 36 F 33 3D 3E
Octal 332 310 144 0 10 66 17 63 75 76
Binary 11011010 11001000 1100100 0 1000 110110 1111 110011 111101 111110

Color Harmonies of #DAC864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC864

Black with #DAC864

Text Example


Text Example

White with #DAC864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC864; }

 p { color: rgb(218,200,100); }

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

background-color css

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

 a { background-color: rgb(218,200,100); }

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

border-color css

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

 span { border-color: rgb(218,200,100); }

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