Html Css Color HEX #DABB6B Chenin

📋 copy color: '#DABB6B'

red 218 ◦ green 187 ◦ blue 107

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

Shades of Chenin #DABB6B

Tints of Chenin #DABB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.9%

R = 42.58%
G = 36.52%
B = 20.9%

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

#DABB6B (or 0xDABB6B) is known color: Chenin. HEX triplet: DA, BB and 6B. RGB value is (218,187,107). Sum of RGB (Red+Green+Blue) = 218+187+107=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB6B is #254494. Grayscale: #BBBBBB. Windows color (decimal): -2442389 or 7060442. OLE color: 7060442.

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

Color convert

RGB 218 187 107 -
CMYK 0 0.14 0.51 0.15
HSL 43.24º 0.6% 0.64% -
HSV(B) 43.24º 0.51% 0.85% -
XYZ 49.34 51.51 21.25 -
YUV 187.15 82.77 150 -
System Red Green Blue C M Y K H S L
Decimal 218 187 107 0 0.14 0.51 0.15 43.24 0.6 0.64
Hex DA BB 6B 0 E 33 F 2B 3C 40
Octal 332 273 153 0 16 63 17 53 74 100
Binary 11011010 10111011 1101011 0 1110 110011 1111 101011 111100 1000000

Color Harmonies of #DABB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB6B

Black with #DABB6B

Text Example


Text Example

White with #DABB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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