Html Css Color HEX #DAC675 Chenin

📋 copy color: '#DAC675'

red 218 ◦ green 198 ◦ blue 117

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

Shades of Chenin #DAC675

Tints of Chenin #DAC675

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.15%

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

R = 40.9%
G = 37.15%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAC675 (or 0xDAC675) is known color: Chenin. HEX triplet: DA, C6 and 75. RGB value is (218,198,117). Sum of RGB (Red+Green+Blue) = 218+198+117=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC675 is #25398A. Grayscale: #C3C3C3. Windows color (decimal): -2439563 or 7718618. OLE color: 7718618.

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

Color convert

RGB 218 198 117 -
CMYK 0 0.09 0.46 0.15
HSL 48.12º 0.58% 0.66% -
HSV(B) 48.12º 0.46% 0.85% -
XYZ 52.32 56.58 24.99 -
YUV 194.75 84.13 144.59 -
System Red Green Blue C M Y K H S L
Decimal 218 198 117 0 0.09 0.46 0.15 48.12 0.58 0.66
Hex DA C6 75 0 9 2E F 30 3A 42
Octal 332 306 165 0 11 56 17 60 72 102
Binary 11011010 11000110 1110101 0 1001 101110 1111 110000 111010 1000010

Color Harmonies of #DAC675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC675

Black with #DAC675

Text Example


Text Example

White with #DAC675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC675; }

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

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

background-color css

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

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

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

border-color css

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

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

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