Html Css Color HEX #DAC376 Chenin

📋 copy color: '#DAC376'

red 218 ◦ green 195 ◦ blue 118

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

Shades of Chenin #DAC376

Tints of Chenin #DAC376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.22%

R = 41.05%
G = 36.72%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAC376 (or 0xDAC376) is known color: Chenin. HEX triplet: DA, C3 and 76. RGB value is (218,195,118). Sum of RGB (Red+Green+Blue) = 218+195+118=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC376 is #253C89. Grayscale: #C1C1C1. Windows color (decimal): -2440330 or 7783386. OLE color: 7783386.

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

Color convert

RGB 218 195 118 -
CMYK 0 0.11 0.46 0.15
HSL 46.2º 0.57% 0.66% -
HSV(B) 46.2º 0.46% 0.85% -
XYZ 51.7 55.24 25.08 -
YUV 193.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 218 195 118 0 0.11 0.46 0.15 46.2 0.57 0.66
Hex DA C3 76 0 B 2E F 2E 39 42
Octal 332 303 166 0 13 56 17 56 71 102
Binary 11011010 11000011 1110110 0 1011 101110 1111 101110 111001 1000010

Color Harmonies of #DAC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC376

Black with #DAC376

Text Example


Text Example

White with #DAC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC376; }

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

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

background-color css

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

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

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

border-color css

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

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

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