Html Css Color HEX #DAC472 Chenin

📋 copy color: '#DAC472'

red 218 ◦ green 196 ◦ blue 114

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

Shades of Chenin #DAC472

Tints of Chenin #DAC472

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.12%

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

R = 41.29%
G = 37.12%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DAC472 (or 0xDAC472) is known color: Chenin. HEX triplet: DA, C4 and 72. RGB value is (218,196,114). Sum of RGB (Red+Green+Blue) = 218+196+114=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC472 is #253B8D. Grayscale: #C1C1C1. Windows color (decimal): -2440078 or 7521498. OLE color: 7521498.

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

Color convert

RGB 218 196 114 -
CMYK 0 0.10 0.48 0.15
HSL 47.31º 0.58% 0.65% -
HSV(B) 47.31º 0.48% 0.85% -
XYZ 51.69 55.6 23.93 -
YUV 193.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 218 196 114 0 0.10 0.48 0.15 47.31 0.58 0.65
Hex DA C4 72 0 A 30 F 2F 3A 41
Octal 332 304 162 0 12 60 17 57 72 101
Binary 11011010 11000100 1110010 0 1010 110000 1111 101111 111010 1000001

Color Harmonies of #DAC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC472

Black with #DAC472

Text Example


Text Example

White with #DAC472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC472; }

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

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

background-color css

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

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

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

border-color css

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

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

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