Html Css Color HEX #DAC470 Chenin

📋 copy color: '#DAC470'

red 218 ◦ green 196 ◦ blue 112

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

Shades of Chenin #DAC470

Tints of Chenin #DAC470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.29%

R = 41.44%
G = 37.26%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAC470 (or 0xDAC470) is known color: Chenin. HEX triplet: DA, C4 and 70. RGB value is (218,196,112). Sum of RGB (Red+Green+Blue) = 218+196+112=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC470 is #253B8F. Grayscale: #C1C1C1. Windows color (decimal): -2440080 or 7390426. OLE color: 7390426.

HSL color Cylindrical-coordinate representation of color #DAC470: hue angle of 47.55º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAC470 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 196 112 -
CMYK 0 0.10 0.49 0.15
HSL 47.55º 0.59% 0.65% -
HSV(B) 47.55º 0.49% 0.85% -
XYZ 51.58 55.56 23.33 -
YUV 193 82.29 145.83 -
System Red Green Blue C M Y K H S L
Decimal 218 196 112 0 0.10 0.49 0.15 47.55 0.59 0.65
Hex DA C4 70 0 A 31 F 30 3B 41
Octal 332 304 160 0 12 61 17 60 73 101
Binary 11011010 11000100 1110000 0 1010 110001 1111 110000 111011 1000001

Color Harmonies of #DAC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC470

Black with #DAC470

Text Example


Text Example

White with #DAC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC470; }

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

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

background-color css

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

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

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

border-color css

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

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

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