Html Css Color HEX #DAC570 Chenin

📋 copy color: '#DAC570'

red 218 ◦ green 197 ◦ blue 112

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

Shades of Chenin #DAC570

Tints of Chenin #DAC570

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.38%

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

R = 41.37%
G = 37.38%
B = 21.25%

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

#DAC570 (or 0xDAC570) is known color: Chenin. HEX triplet: DA, C5 and 70. RGB value is (218,197,112). Sum of RGB (Red+Green+Blue) = 218+197+112=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC570 is #253A8F. Grayscale: #C1C1C1. Windows color (decimal): -2439824 or 7390682. OLE color: 7390682.

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

Color convert

RGB 218 197 112 -
CMYK 0 0.10 0.49 0.15
HSL 48.11º 0.59% 0.65% -
HSV(B) 48.11º 0.49% 0.85% -
XYZ 51.8 56.01 23.41 -
YUV 193.59 81.96 145.41 -
System Red Green Blue C M Y K H S L
Decimal 218 197 112 0 0.10 0.49 0.15 48.11 0.59 0.65
Hex DA C5 70 0 A 31 F 30 3B 41
Octal 332 305 160 0 12 61 17 60 73 101
Binary 11011010 11000101 1110000 0 1010 110001 1111 110000 111011 1000001

Color Harmonies of #DAC570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC570

Black with #DAC570

Text Example


Text Example

White with #DAC570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC570; }

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

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

background-color css

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

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

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

border-color css

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

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

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