Html Css Color HEX #DAC068 Chenin

📋 copy color: '#DAC068'

red 218 ◦ green 192 ◦ blue 104

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

Shades of Chenin #DAC068

Tints of Chenin #DAC068

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.35%

 BLUE value IS 104 (41.02% from 255) = 20.23%

R = 42.41%
G = 37.35%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAC068 (or 0xDAC068) is known color: Chenin. HEX triplet: DA, C0 and 68. RGB value is (218,192,104). Sum of RGB (Red+Green+Blue) = 218+192+104=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC068 is #253F97. Grayscale: #BEBEBE. Windows color (decimal): -2441112 or 6865114. OLE color: 6865114.

HSL color Cylindrical-coordinate representation of color #DAC068: hue angle of 46.32º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAC068 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 192 104 -
CMYK 0 0.12 0.52 0.15
HSL 46.32º 0.61% 0.63% -
HSV(B) 46.32º 0.52% 0.85% -
XYZ 50.26 53.6 20.79 -
YUV 189.74 79.61 148.16 -
System Red Green Blue C M Y K H S L
Decimal 218 192 104 0 0.12 0.52 0.15 46.32 0.61 0.63
Hex DA C0 68 0 C 34 F 2E 3D 3F
Octal 332 300 150 0 14 64 17 56 75 77
Binary 11011010 11000000 1101000 0 1100 110100 1111 101110 111101 111111

Color Harmonies of #DAC068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC068

Black with #DAC068

Text Example


Text Example

White with #DAC068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC068; }

 p { color: rgb(218,192,104); }

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

background-color css

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

 a { background-color: rgb(218,192,104); }

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

border-color css

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

 span { border-color: rgb(218,192,104); }

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