Html Css Color HEX #DAC271 Chenin

📋 copy color: '#DAC271'

red 218 ◦ green 194 ◦ blue 113

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

Shades of Chenin #DAC271

Tints of Chenin #DAC271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.52%

R = 41.52%
G = 36.95%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DAC271 (or 0xDAC271) is known color: Chenin. HEX triplet: DA, C2 and 71. RGB value is (218,194,113). Sum of RGB (Red+Green+Blue) = 218+194+113=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC271 is #253D8E. Grayscale: #C0C0C0. Windows color (decimal): -2440591 or 7455450. OLE color: 7455450.

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

Color convert

RGB 218 194 113 -
CMYK 0 0.11 0.48 0.15
HSL 46.29º 0.59% 0.65% -
HSV(B) 46.29º 0.48% 0.85% -
XYZ 51.19 54.68 23.48 -
YUV 191.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 218 194 113 0 0.11 0.48 0.15 46.29 0.59 0.65
Hex DA C2 71 0 B 30 F 2E 3B 41
Octal 332 302 161 0 13 60 17 56 73 101
Binary 11011010 11000010 1110001 0 1011 110000 1111 101110 111011 1000001

Color Harmonies of #DAC271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC271

Black with #DAC271

Text Example


Text Example

White with #DAC271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC271; }

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

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

background-color css

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

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

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

border-color css

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

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

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