Html Css Color HEX #DAC078 Chenin

📋 copy color: '#DAC078'

red 218 ◦ green 192 ◦ blue 120

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

Shades of Chenin #DAC078

Tints of Chenin #DAC078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.23%

 BLUE value IS 120 (47.27% from 255) = 22.64%

R = 41.13%
G = 36.23%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAC078 (or 0xDAC078) is known color: Chenin. HEX triplet: DA, C0 and 78. RGB value is (218,192,120). Sum of RGB (Red+Green+Blue) = 218+192+120=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC078 is #253F87. Grayscale: #BFBFBF. Windows color (decimal): -2441096 or 7913690. OLE color: 7913690.

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

Color convert

RGB 218 192 120 -
CMYK 0 0.12 0.45 0.15
HSL 44.08º 0.57% 0.66% -
HSV(B) 44.08º 0.45% 0.85% -
XYZ 51.15 53.96 25.49 -
YUV 191.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 218 192 120 0 0.12 0.45 0.15 44.08 0.57 0.66
Hex DA C0 78 0 C 2D F 2C 39 42
Octal 332 300 170 0 14 55 17 54 71 102
Binary 11011010 11000000 1111000 0 1100 101101 1111 101100 111001 1000010

Color Harmonies of #DAC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC078

Black with #DAC078

Text Example


Text Example

White with #DAC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC078; }

 p { color: rgb(218,192,120); }

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

background-color css

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

 a { background-color: rgb(218,192,120); }

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

border-color css

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

 span { border-color: rgb(218,192,120); }

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