Html Css Color HEX #DAC874 Chenin

📋 copy color: '#DAC874'

red 218 ◦ green 200 ◦ blue 116

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

Shades of Chenin #DAC874

Tints of Chenin #DAC874

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.45%

 BLUE value IS 116 (45.7% from 255) = 21.72%

R = 40.82%
G = 37.45%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAC874 (or 0xDAC874) is known color: Chenin. HEX triplet: DA, C8 and 74. RGB value is (218,200,116). Sum of RGB (Red+Green+Blue) = 218+200+116=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC874 is #25378B. Grayscale: #C4C4C4. Windows color (decimal): -2439052 or 7653594. OLE color: 7653594.

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

Color convert

RGB 218 200 116 -
CMYK 0 0.08 0.47 0.15
HSL 49.41º 0.58% 0.65% -
HSV(B) 49.41º 0.47% 0.85% -
XYZ 52.72 57.47 24.84 -
YUV 195.81 82.96 143.83 -
System Red Green Blue C M Y K H S L
Decimal 218 200 116 0 0.08 0.47 0.15 49.41 0.58 0.65
Hex DA C8 74 0 8 2F F 31 3A 41
Octal 332 310 164 0 10 57 17 61 72 101
Binary 11011010 11001000 1110100 0 1000 101111 1111 110001 111010 1000001

Color Harmonies of #DAC874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC874

Black with #DAC874

Text Example


Text Example

White with #DAC874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC874; }

 p { color: rgb(218,200,116); }

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

background-color css

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

 a { background-color: rgb(218,200,116); }

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

border-color css

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

 span { border-color: rgb(218,200,116); }

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