Html Css Color HEX #DAC377 Chenin

📋 copy color: '#DAC377'

red 218 ◦ green 195 ◦ blue 119

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

Shades of Chenin #DAC377

Tints of Chenin #DAC377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.37%

R = 40.98%
G = 36.65%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAC377 (or 0xDAC377) is known color: Chenin. HEX triplet: DA, C3 and 77. RGB value is (218,195,119). Sum of RGB (Red+Green+Blue) = 218+195+119=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC377 is #253C88. Grayscale: #C1C1C1. Windows color (decimal): -2440329 or 7848922. OLE color: 7848922.

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

Color convert

RGB 218 195 119 -
CMYK 0 0.11 0.45 0.15
HSL 46.06º 0.57% 0.66% -
HSV(B) 46.06º 0.45% 0.85% -
XYZ 51.76 55.27 25.39 -
YUV 193.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 218 195 119 0 0.11 0.45 0.15 46.06 0.57 0.66
Hex DA C3 77 0 B 2D F 2E 39 42
Octal 332 303 167 0 13 55 17 56 71 102
Binary 11011010 11000011 1110111 0 1011 101101 1111 101110 111001 1000010

Color Harmonies of #DAC377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC377

Black with #DAC377

Text Example


Text Example

White with #DAC377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC377; }

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

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

background-color css

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

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

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

border-color css

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

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

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