Html Css Color HEX #DAC76B Chenin

📋 copy color: '#DAC76B'

red 218 ◦ green 199 ◦ blue 107

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

Shades of Chenin #DAC76B

Tints of Chenin #DAC76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.42%

R = 41.6%
G = 37.98%
B = 20.42%

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

#DAC76B (or 0xDAC76B) is known color: Chenin. HEX triplet: DA, C7 and 6B. RGB value is (218,199,107). Sum of RGB (Red+Green+Blue) = 218+199+107=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC76B is #253894. Grayscale: #C2C2C2. Windows color (decimal): -2439317 or 7063514. OLE color: 7063514.

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

Color convert

RGB 218 199 107 -
CMYK 0 0.09 0.51 0.15
HSL 49.73º 0.6% 0.64% -
HSV(B) 49.73º 0.51% 0.85% -
XYZ 51.99 56.81 22.14 -
YUV 194.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 218 199 107 0 0.09 0.51 0.15 49.73 0.6 0.64
Hex DA C7 6B 0 9 33 F 32 3C 40
Octal 332 307 153 0 11 63 17 62 74 100
Binary 11011010 11000111 1101011 0 1001 110011 1111 110010 111100 1000000

Color Harmonies of #DAC76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC76B

Black with #DAC76B

Text Example


Text Example

White with #DAC76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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