Html Css Color HEX #DAC76A Chenin

📋 copy color: '#DAC76A'

red 218 ◦ green 199 ◦ blue 106

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

Shades of Chenin #DAC76A

Tints of Chenin #DAC76A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.05%

 BLUE value IS 106 (41.8% from 255) = 20.27%

R = 41.68%
G = 38.05%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAC76A (or 0xDAC76A) is known color: Chenin. HEX triplet: DA, C7 and 6A. RGB value is (218,199,106). Sum of RGB (Red+Green+Blue) = 218+199+106=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC76A is #253895. Grayscale: #C2C2C2. Windows color (decimal): -2439318 or 6997978. OLE color: 6997978.

HSL color Cylindrical-coordinate representation of color #DAC76A: hue angle of 49.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAC76A is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 199 106 -
CMYK 0 0.09 0.51 0.15
HSL 49.82º 0.6% 0.64% -
HSV(B) 49.82º 0.51% 0.85% -
XYZ 51.94 56.79 21.86 -
YUV 194.08 78.29 145.06 -
System Red Green Blue C M Y K H S L
Decimal 218 199 106 0 0.09 0.51 0.15 49.82 0.6 0.64
Hex DA C7 6A 0 9 33 F 32 3C 40
Octal 332 307 152 0 11 63 17 62 74 100
Binary 11011010 11000111 1101010 0 1001 110011 1111 110010 111100 1000000

Color Harmonies of #DAC76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC76A

Black with #DAC76A

Text Example


Text Example

White with #DAC76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC76A; }

 p { color: rgb(218,199,106); }

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

background-color css

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

 a { background-color: rgb(218,199,106); }

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

border-color css

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

 span { border-color: rgb(218,199,106); }

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