Html Css Color HEX #DAC465 Chenin

📋 copy color: '#DAC465'

red 218 ◦ green 196 ◦ blue 101

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

Shades of Chenin #DAC465

Tints of Chenin #DAC465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.61%

R = 42.33%
G = 38.06%
B = 19.61%

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

#DAC465 (or 0xDAC465) is known color: Chenin. HEX triplet: DA, C4 and 65. RGB value is (218,196,101). Sum of RGB (Red+Green+Blue) = 218+196+101=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC465 is #253B9A. Grayscale: #C0C0C0. Windows color (decimal): -2440091 or 6669530. OLE color: 6669530.

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

Color convert

RGB 218 196 101 -
CMYK 0 0.10 0.54 0.15
HSL 48.72º 0.61% 0.63% -
HSV(B) 48.72º 0.54% 0.85% -
XYZ 51 55.32 20.3 -
YUV 191.75 76.79 146.72 -
System Red Green Blue C M Y K H S L
Decimal 218 196 101 0 0.10 0.54 0.15 48.72 0.61 0.63
Hex DA C4 65 0 A 36 F 31 3D 3F
Octal 332 304 145 0 12 66 17 61 75 77
Binary 11011010 11000100 1100101 0 1010 110110 1111 110001 111101 111111

Color Harmonies of #DAC465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC465

Black with #DAC465

Text Example


Text Example

White with #DAC465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC465; }

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

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

background-color css

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

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

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

border-color css

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

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

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