Html Css Color HEX #DAC772 Chenin

📋 copy color: '#DAC772'

red 218 ◦ green 199 ◦ blue 114

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

Shades of Chenin #DAC772

Tints of Chenin #DAC772

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.48%

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

R = 41.05%
G = 37.48%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DAC772 (or 0xDAC772) is known color: Chenin. HEX triplet: DA, C7 and 72. RGB value is (218,199,114). Sum of RGB (Red+Green+Blue) = 218+199+114=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC772 is #25388D. Grayscale: #C3C3C3. Windows color (decimal): -2439310 or 7522266. OLE color: 7522266.

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

Color convert

RGB 218 199 114 -
CMYK 0 0.09 0.48 0.15
HSL 49.04º 0.58% 0.65% -
HSV(B) 49.04º 0.48% 0.85% -
XYZ 52.37 56.97 24.15 -
YUV 194.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 218 199 114 0 0.09 0.48 0.15 49.04 0.58 0.65
Hex DA C7 72 0 9 30 F 31 3A 41
Octal 332 307 162 0 11 60 17 61 72 101
Binary 11011010 11000111 1110010 0 1001 110000 1111 110001 111010 1000001

Color Harmonies of #DAC772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC772

Black with #DAC772

Text Example


Text Example

White with #DAC772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC772; }

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

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

background-color css

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

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

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

border-color css

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

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

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