Html Css Color HEX #DAC564 Chenin

📋 copy color: '#DAC564'

red 218 ◦ green 197 ◦ blue 100

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

Shades of Chenin #DAC564

Tints of Chenin #DAC564

RGB

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

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

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

R = 42.33%
G = 38.25%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAC564 (or 0xDAC564) is known color: Chenin. HEX triplet: DA, C5 and 64. RGB value is (218,197,100). Sum of RGB (Red+Green+Blue) = 218+197+100=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC564 is #253A9B. Grayscale: #C0C0C0. Windows color (decimal): -2439836 or 6604250. OLE color: 6604250.

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

Color convert

RGB 218 197 100 -
CMYK 0 0.10 0.54 0.15
HSL 49.32º 0.61% 0.62% -
HSV(B) 49.32º 0.54% 0.85% -
XYZ 51.18 55.76 20.12 -
YUV 192.22 75.96 146.39 -
System Red Green Blue C M Y K H S L
Decimal 218 197 100 0 0.10 0.54 0.15 49.32 0.61 0.62
Hex DA C5 64 0 A 36 F 31 3D 3E
Octal 332 305 144 0 12 66 17 61 75 76
Binary 11011010 11000101 1100100 0 1010 110110 1111 110001 111101 111110

Color Harmonies of #DAC564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC564

Black with #DAC564

Text Example


Text Example

White with #DAC564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC564; }

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

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

background-color css

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

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

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

border-color css

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

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

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