Html Css Color HEX #DAC374 Chenin

📋 copy color: '#DAC374'

red 218 ◦ green 195 ◦ blue 116

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

Shades of Chenin #DAC374

Tints of Chenin #DAC374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.86%

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

R = 41.21%
G = 36.86%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAC374 (or 0xDAC374) is known color: Chenin. HEX triplet: DA, C3 and 74. RGB value is (218,195,116). Sum of RGB (Red+Green+Blue) = 218+195+116=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC374 is #253C8B. Grayscale: #C1C1C1. Windows color (decimal): -2440332 or 7652314. OLE color: 7652314.

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

Color convert

RGB 218 195 116 -
CMYK 0 0.11 0.47 0.15
HSL 46.47º 0.58% 0.65% -
HSV(B) 46.47º 0.47% 0.85% -
XYZ 51.58 55.2 24.46 -
YUV 192.87 84.62 145.92 -
System Red Green Blue C M Y K H S L
Decimal 218 195 116 0 0.11 0.47 0.15 46.47 0.58 0.65
Hex DA C3 74 0 B 2F F 2E 3A 41
Octal 332 303 164 0 13 57 17 56 72 101
Binary 11011010 11000011 1110100 0 1011 101111 1111 101110 111010 1000001

Color Harmonies of #DAC374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC374

Black with #DAC374

Text Example


Text Example

White with #DAC374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC374; }

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

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

background-color css

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

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

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

border-color css

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

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

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