Html Css Color HEX #DAC66B Chenin

📋 copy color: '#DAC66B'

red 218 ◦ green 198 ◦ blue 107

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

Shades of Chenin #DAC66B

Tints of Chenin #DAC66B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.86%

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

R = 41.68%
G = 37.86%
B = 20.46%

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

#DAC66B (or 0xDAC66B) is known color: Chenin. HEX triplet: DA, C6 and 6B. RGB value is (218,198,107). Sum of RGB (Red+Green+Blue) = 218+198+107=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC66B is #253994. Grayscale: #C1C1C1. Windows color (decimal): -2439573 or 7063258. OLE color: 7063258.

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

Color convert

RGB 218 198 107 -
CMYK 0 0.09 0.51 0.15
HSL 49.19º 0.6% 0.64% -
HSV(B) 49.19º 0.51% 0.85% -
XYZ 51.76 56.36 22.06 -
YUV 193.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 218 198 107 0 0.09 0.51 0.15 49.19 0.6 0.64
Hex DA C6 6B 0 9 33 F 31 3C 40
Octal 332 306 153 0 11 63 17 61 74 100
Binary 11011010 11000110 1101011 0 1001 110011 1111 110001 111100 1000000

Color Harmonies of #DAC66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC66B

Black with #DAC66B

Text Example


Text Example

White with #DAC66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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