Html Css Color HEX #DAC275 Chenin

📋 copy color: '#DAC275'

red 218 ◦ green 194 ◦ blue 117

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

Shades of Chenin #DAC275

Tints of Chenin #DAC275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.67%

 BLUE value IS 117 (46.09% from 255) = 22.12%

R = 41.21%
G = 36.67%
B = 22.12%

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

#DAC275 (or 0xDAC275) is known color: Chenin. HEX triplet: DA, C2 and 75. RGB value is (218,194,117). Sum of RGB (Red+Green+Blue) = 218+194+117=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC275 is #253D8A. Grayscale: #C0C0C0. Windows color (decimal): -2440587 or 7717594. OLE color: 7717594.

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

Color convert

RGB 218 194 117 -
CMYK 0 0.11 0.46 0.15
HSL 45.74º 0.58% 0.66% -
HSV(B) 45.74º 0.46% 0.85% -
XYZ 51.42 54.77 24.69 -
YUV 192.4 85.45 146.26 -
System Red Green Blue C M Y K H S L
Decimal 218 194 117 0 0.11 0.46 0.15 45.74 0.58 0.66
Hex DA C2 75 0 B 2E F 2E 3A 42
Octal 332 302 165 0 13 56 17 56 72 102
Binary 11011010 11000010 1110101 0 1011 101110 1111 101110 111010 1000010

Color Harmonies of #DAC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC275

Black with #DAC275

Text Example


Text Example

White with #DAC275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC275; }

 p { color: rgb(218,194,117); }

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

background-color css

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

 a { background-color: rgb(218,194,117); }

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

border-color css

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

 span { border-color: rgb(218,194,117); }

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