Html Css Color HEX #DAC368 Chenin

📋 copy color: '#DAC368'

red 218 ◦ green 195 ◦ blue 104

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

Shades of Chenin #DAC368

Tints of Chenin #DAC368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.12%

R = 42.17%
G = 37.72%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAC368 (or 0xDAC368) is known color: Chenin. HEX triplet: DA, C3 and 68. RGB value is (218,195,104). Sum of RGB (Red+Green+Blue) = 218+195+104=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC368 is #253C97. Grayscale: #BFBFBF. Windows color (decimal): -2440344 or 6865882. OLE color: 6865882.

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

Color convert

RGB 218 195 104 -
CMYK 0 0.11 0.52 0.15
HSL 47.89º 0.61% 0.63% -
HSV(B) 47.89º 0.52% 0.85% -
XYZ 50.93 54.94 21.02 -
YUV 191.5 78.62 146.9 -
System Red Green Blue C M Y K H S L
Decimal 218 195 104 0 0.11 0.52 0.15 47.89 0.61 0.63
Hex DA C3 68 0 B 34 F 30 3D 3F
Octal 332 303 150 0 13 64 17 60 75 77
Binary 11011010 11000011 1101000 0 1011 110100 1111 110000 111101 111111

Color Harmonies of #DAC368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC368

Black with #DAC368

Text Example


Text Example

White with #DAC368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC368; }

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

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

background-color css

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

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

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

border-color css

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

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

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