Html Css Color HEX #DABB6A Chenin

📋 copy color: '#DABB6A'

red 218 ◦ green 187 ◦ blue 106

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

Shades of Chenin #DABB6A

Tints of Chenin #DABB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.74%

R = 42.66%
G = 36.59%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DABB6A (or 0xDABB6A) is known color: Chenin. HEX triplet: DA, BB and 6A. RGB value is (218,187,106). Sum of RGB (Red+Green+Blue) = 218+187+106=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB6A is #254495. Grayscale: #BBBBBB. Windows color (decimal): -2442390 or 6994906. OLE color: 6994906.

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

Color convert

RGB 218 187 106 -
CMYK 0 0.14 0.51 0.15
HSL 43.39º 0.6% 0.64% -
HSV(B) 43.39º 0.51% 0.85% -
XYZ 49.29 51.49 20.98 -
YUV 187.04 82.27 150.09 -
System Red Green Blue C M Y K H S L
Decimal 218 187 106 0 0.14 0.51 0.15 43.39 0.6 0.64
Hex DA BB 6A 0 E 33 F 2B 3C 40
Octal 332 273 152 0 16 63 17 53 74 100
Binary 11011010 10111011 1101010 0 1110 110011 1111 101011 111100 1000000

Color Harmonies of #DABB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB6A

Black with #DABB6A

Text Example


Text Example

White with #DABB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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