Html Css Color HEX #DAC172 Chenin

📋 copy color: '#DAC172'

red 218 ◦ green 193 ◦ blue 114

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

Shades of Chenin #DAC172

Tints of Chenin #DAC172

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.76%

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

R = 41.52%
G = 36.76%
B = 21.71%

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

#DAC172 (or 0xDAC172) is known color: Chenin. HEX triplet: DA, C1 and 72. RGB value is (218,193,114). Sum of RGB (Red+Green+Blue) = 218+193+114=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC172 is #253E8D. Grayscale: #BFBFBF. Windows color (decimal): -2440846 or 7520730. OLE color: 7520730.

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

Color convert

RGB 218 193 114 -
CMYK 0 0.11 0.48 0.15
HSL 45.58º 0.58% 0.65% -
HSV(B) 45.58º 0.48% 0.85% -
XYZ 51.02 54.26 23.7 -
YUV 191.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 218 193 114 0 0.11 0.48 0.15 45.58 0.58 0.65
Hex DA C1 72 0 B 30 F 2E 3A 41
Octal 332 301 162 0 13 60 17 56 72 101
Binary 11011010 11000001 1110010 0 1011 110000 1111 101110 111010 1000001

Color Harmonies of #DAC172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC172

Black with #DAC172

Text Example


Text Example

White with #DAC172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC172; }

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

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

background-color css

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

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

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

border-color css

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

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

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