Html Css Color HEX #DAC372 Chenin

📋 copy color: '#DAC372'

red 218 ◦ green 195 ◦ blue 114

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

Shades of Chenin #DAC372

Tints of Chenin #DAC372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37%

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

R = 41.37%
G = 37%
B = 21.63%

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

#DAC372 (or 0xDAC372) is known color: Chenin. HEX triplet: DA, C3 and 72. RGB value is (218,195,114). Sum of RGB (Red+Green+Blue) = 218+195+114=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC372 is #253C8D. Grayscale: #C0C0C0. Windows color (decimal): -2440334 or 7521242. OLE color: 7521242.

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

Color convert

RGB 218 195 114 -
CMYK 0 0.11 0.48 0.15
HSL 46.73º 0.58% 0.65% -
HSV(B) 46.73º 0.48% 0.85% -
XYZ 51.47 55.15 23.85 -
YUV 192.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 218 195 114 0 0.11 0.48 0.15 46.73 0.58 0.65
Hex DA C3 72 0 B 30 F 2F 3A 41
Octal 332 303 162 0 13 60 17 57 72 101
Binary 11011010 11000011 1110010 0 1011 110000 1111 101111 111010 1000001

Color Harmonies of #DAC372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC372

Black with #DAC372

Text Example


Text Example

White with #DAC372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC372; }

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

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

background-color css

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

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

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

border-color css

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

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

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