Html Css Color HEX #DAC365 Chenin

📋 copy color: '#DAC365'

red 218 ◦ green 195 ◦ blue 101

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

Shades of Chenin #DAC365

Tints of Chenin #DAC365

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.94%

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

R = 42.41%
G = 37.94%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAC365 (or 0xDAC365) is known color: Chenin. HEX triplet: DA, C3 and 65. RGB value is (218,195,101). Sum of RGB (Red+Green+Blue) = 218+195+101=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC365 is #253C9A. Grayscale: #BFBFBF. Windows color (decimal): -2440347 or 6669274. OLE color: 6669274.

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

Color convert

RGB 218 195 101 -
CMYK 0 0.11 0.54 0.15
HSL 48.21º 0.61% 0.63% -
HSV(B) 48.21º 0.54% 0.85% -
XYZ 50.78 54.88 20.23 -
YUV 191.16 77.12 147.14 -
System Red Green Blue C M Y K H S L
Decimal 218 195 101 0 0.11 0.54 0.15 48.21 0.61 0.63
Hex DA C3 65 0 B 36 F 30 3D 3F
Octal 332 303 145 0 13 66 17 60 75 77
Binary 11011010 11000011 1100101 0 1011 110110 1111 110000 111101 111111

Color Harmonies of #DAC365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC365

Black with #DAC365

Text Example


Text Example

White with #DAC365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC365; }

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

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

background-color css

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

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

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

border-color css

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

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

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