Html Css Color HEX #DAC378 Chenin

📋 copy color: '#DAC378'

red 218 ◦ green 195 ◦ blue 120

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

Shades of Chenin #DAC378

Tints of Chenin #DAC378

RGB

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

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

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

R = 40.9%
G = 36.59%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAC378 (or 0xDAC378) is known color: Chenin. HEX triplet: DA, C3 and 78. RGB value is (218,195,120). Sum of RGB (Red+Green+Blue) = 218+195+120=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC378 is #253C87. Grayscale: #C1C1C1. Windows color (decimal): -2440328 or 7914458. OLE color: 7914458.

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

Color convert

RGB 218 195 120 -
CMYK 0 0.11 0.45 0.15
HSL 45.92º 0.57% 0.66% -
HSV(B) 45.92º 0.45% 0.85% -
XYZ 51.82 55.29 25.71 -
YUV 193.33 86.62 145.6 -
System Red Green Blue C M Y K H S L
Decimal 218 195 120 0 0.11 0.45 0.15 45.92 0.57 0.66
Hex DA C3 78 0 B 2D F 2E 39 42
Octal 332 303 170 0 13 55 17 56 71 102
Binary 11011010 11000011 1111000 0 1011 101101 1111 101110 111001 1000010

Color Harmonies of #DAC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC378

Black with #DAC378

Text Example


Text Example

White with #DAC378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC378; }

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

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

background-color css

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

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

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

border-color css

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

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

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