Html Css Color HEX #DAC270 Chenin

📋 copy color: '#DAC270'

red 218 ◦ green 194 ◦ blue 112

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

Shades of Chenin #DAC270

Tints of Chenin #DAC270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.37%

R = 41.6%
G = 37.02%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAC270 (or 0xDAC270) is known color: Chenin. HEX triplet: DA, C2 and 70. RGB value is (218,194,112). Sum of RGB (Red+Green+Blue) = 218+194+112=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC270 is #253D8F. Grayscale: #C0C0C0. Windows color (decimal): -2440592 or 7389914. OLE color: 7389914.

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

Color convert

RGB 218 194 112 -
CMYK 0 0.11 0.49 0.15
HSL 46.42º 0.59% 0.65% -
HSV(B) 46.42º 0.49% 0.85% -
XYZ 51.13 54.66 23.18 -
YUV 191.83 82.95 146.67 -
System Red Green Blue C M Y K H S L
Decimal 218 194 112 0 0.11 0.49 0.15 46.42 0.59 0.65
Hex DA C2 70 0 B 31 F 2E 3B 41
Octal 332 302 160 0 13 61 17 56 73 101
Binary 11011010 11000010 1110000 0 1011 110001 1111 101110 111011 1000001

Color Harmonies of #DAC270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC270

Black with #DAC270

Text Example


Text Example

White with #DAC270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC270; }

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

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

background-color css

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

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

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

border-color css

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

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

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