Html Css Color HEX #DABB6C Chenin

📋 copy color: '#DABB6C'

red 218 ◦ green 187 ◦ blue 108

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

Shades of Chenin #DABB6C

Tints of Chenin #DABB6C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.45%

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

R = 42.5%
G = 36.45%
B = 21.05%

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

#DABB6C (or 0xDABB6C) is known color: Chenin. HEX triplet: DA, BB and 6C. RGB value is (218,187,108). Sum of RGB (Red+Green+Blue) = 218+187+108=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB6C is #254493. Grayscale: #BBBBBB. Windows color (decimal): -2442388 or 7125978. OLE color: 7125978.

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

Color convert

RGB 218 187 108 -
CMYK 0 0.14 0.50 0.15
HSL 43.09º 0.6% 0.64% -
HSV(B) 43.09º 0.5% 0.85% -
XYZ 49.39 51.53 21.53 -
YUV 187.26 83.27 149.92 -
System Red Green Blue C M Y K H S L
Decimal 218 187 108 0 0.14 0.50 0.15 43.09 0.6 0.64
Hex DA BB 6C 0 E 32 F 2B 3C 40
Octal 332 273 154 0 16 62 17 53 74 100
Binary 11011010 10111011 1101100 0 1110 110010 1111 101011 111100 1000000

Color Harmonies of #DABB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB6C

Black with #DABB6C

Text Example


Text Example

White with #DABB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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