Html Css Color HEX #DABC6C Chenin

📋 copy color: '#DABC6C'

red 218 ◦ green 188 ◦ blue 108

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

Shades of Chenin #DABC6C

Tints of Chenin #DABC6C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.58%

 BLUE value IS 108 (42.58% from 255) = 21.01%

R = 42.41%
G = 36.58%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DABC6C (or 0xDABC6C) is known color: Chenin. HEX triplet: DA, BC and 6C. RGB value is (218,188,108). Sum of RGB (Red+Green+Blue) = 218+188+108=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC6C is #254393. Grayscale: #BCBCBC. Windows color (decimal): -2442132 or 7126234. OLE color: 7126234.

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

Color convert

RGB 218 188 108 -
CMYK 0 0.14 0.50 0.15
HSL 43.64º 0.6% 0.64% -
HSV(B) 43.64º 0.5% 0.85% -
XYZ 49.6 51.95 21.6 -
YUV 187.85 82.94 149.5 -
System Red Green Blue C M Y K H S L
Decimal 218 188 108 0 0.14 0.50 0.15 43.64 0.6 0.64
Hex DA BC 6C 0 E 32 F 2C 3C 40
Octal 332 274 154 0 16 62 17 54 74 100
Binary 11011010 10111100 1101100 0 1110 110010 1111 101100 111100 1000000

Color Harmonies of #DABC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC6C

Black with #DABC6C

Text Example


Text Example

White with #DABC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC6C; }

 p { color: rgb(218,188,108); }

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

background-color css

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

 a { background-color: rgb(218,188,108); }

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

border-color css

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

 span { border-color: rgb(218,188,108); }

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