Html Css Color HEX #DABC6F Chenin

📋 copy color: '#DABC6F'

red 218 ◦ green 188 ◦ blue 111

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

Shades of Chenin #DABC6F

Tints of Chenin #DABC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.47%

R = 42.17%
G = 36.36%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DABC6F (or 0xDABC6F) is known color: Chenin. HEX triplet: DA, BC and 6F. RGB value is (218,188,111). Sum of RGB (Red+Green+Blue) = 218+188+111=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC6F is #254390. Grayscale: #BCBCBC. Windows color (decimal): -2442129 or 7322842. OLE color: 7322842.

HSL color Cylindrical-coordinate representation of color #DABC6F: hue angle of 43.18º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DABC6F is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 188 111 -
CMYK 0 0.14 0.49 0.15
HSL 43.18º 0.59% 0.65% -
HSV(B) 43.18º 0.49% 0.85% -
XYZ 49.77 52.02 22.46 -
YUV 188.19 84.44 149.26 -
System Red Green Blue C M Y K H S L
Decimal 218 188 111 0 0.14 0.49 0.15 43.18 0.59 0.65
Hex DA BC 6F 0 E 31 F 2B 3B 41
Octal 332 274 157 0 16 61 17 53 73 101
Binary 11011010 10111100 1101111 0 1110 110001 1111 101011 111011 1000001

Color Harmonies of #DABC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC6F

Black with #DABC6F

Text Example


Text Example

White with #DABC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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