Html Css Color HEX #DAC475 Chenin

📋 copy color: '#DAC475'

red 218 ◦ green 196 ◦ blue 117

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

Shades of Chenin #DAC475

Tints of Chenin #DAC475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.03%

R = 41.05%
G = 36.91%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAC475 (or 0xDAC475) is known color: Chenin. HEX triplet: DA, C4 and 75. RGB value is (218,196,117). Sum of RGB (Red+Green+Blue) = 218+196+117=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC475 is #253B8A. Grayscale: #C1C1C1. Windows color (decimal): -2440075 or 7718106. OLE color: 7718106.

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

Color convert

RGB 218 196 117 -
CMYK 0 0.10 0.46 0.15
HSL 46.93º 0.58% 0.66% -
HSV(B) 46.93º 0.46% 0.85% -
XYZ 51.86 55.67 24.84 -
YUV 193.57 84.79 145.42 -
System Red Green Blue C M Y K H S L
Decimal 218 196 117 0 0.10 0.46 0.15 46.93 0.58 0.66
Hex DA C4 75 0 A 2E F 2F 3A 42
Octal 332 304 165 0 12 56 17 57 72 102
Binary 11011010 11000100 1110101 0 1010 101110 1111 101111 111010 1000010

Color Harmonies of #DAC475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC475

Black with #DAC475

Text Example


Text Example

White with #DAC475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC475; }

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

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

background-color css

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

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

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

border-color css

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

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

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