Html Css Color HEX #DAC272 Chenin

📋 copy color: '#DAC272'

red 218 ◦ green 194 ◦ blue 114

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

Shades of Chenin #DAC272

Tints of Chenin #DAC272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.67%

R = 41.44%
G = 36.88%
B = 21.67%

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

#DAC272 (or 0xDAC272) is known color: Chenin. HEX triplet: DA, C2 and 72. RGB value is (218,194,114). Sum of RGB (Red+Green+Blue) = 218+194+114=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC272 is #253D8D. Grayscale: #C0C0C0. Windows color (decimal): -2440590 or 7520986. OLE color: 7520986.

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

Color convert

RGB 218 194 114 -
CMYK 0 0.11 0.48 0.15
HSL 46.15º 0.58% 0.65% -
HSV(B) 46.15º 0.48% 0.85% -
XYZ 51.24 54.7 23.78 -
YUV 192.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 218 194 114 0 0.11 0.48 0.15 46.15 0.58 0.65
Hex DA C2 72 0 B 30 F 2E 3A 41
Octal 332 302 162 0 13 60 17 56 72 101
Binary 11011010 11000010 1110010 0 1011 110000 1111 101110 111010 1000001

Color Harmonies of #DAC272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC272

Black with #DAC272

Text Example


Text Example

White with #DAC272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC272; }

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

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

background-color css

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

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

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

border-color css

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

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

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