Html Css Color HEX #DAC764 Chenin

📋 copy color: '#DAC764'

red 218 ◦ green 199 ◦ blue 100

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

Shades of Chenin #DAC764

Tints of Chenin #DAC764

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.49%

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

R = 42.17%
G = 38.49%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAC764 (or 0xDAC764) is known color: Chenin. HEX triplet: DA, C7 and 64. RGB value is (218,199,100). Sum of RGB (Red+Green+Blue) = 218+199+100=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC764 is #25389B. Grayscale: #C1C1C1. Windows color (decimal): -2439324 or 6604762. OLE color: 6604762.

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

Color convert

RGB 218 199 100 -
CMYK 0 0.09 0.54 0.15
HSL 50.34º 0.61% 0.62% -
HSV(B) 50.34º 0.54% 0.85% -
XYZ 51.64 56.67 20.27 -
YUV 193.4 75.29 145.55 -
System Red Green Blue C M Y K H S L
Decimal 218 199 100 0 0.09 0.54 0.15 50.34 0.61 0.62
Hex DA C7 64 0 9 36 F 32 3D 3E
Octal 332 307 144 0 11 66 17 62 75 76
Binary 11011010 11000111 1100100 0 1001 110110 1111 110010 111101 111110

Color Harmonies of #DAC764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC764

Black with #DAC764

Text Example


Text Example

White with #DAC764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC764; }

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

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

background-color css

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

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

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

border-color css

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

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

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