Html Css Color HEX #DBC86C Chenin

📋 copy color: '#DBC86C'

red 219 ◦ green 200 ◦ blue 108

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

Shades of Chenin #DBC86C

Tints of Chenin #DBC86C

RGB

 RED value IS 219 (85.94% from 255) = 41.56%

 GREEN value IS 200 (78.52% from 255) = 37.95%

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

R = 41.56%
G = 37.95%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DBC86C (or 0xDBC86C) is known color: Chenin. HEX triplet: DB, C8 and 6C. RGB value is (219,200,108). Sum of RGB (Red+Green+Blue) = 219+200+108=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC86C is #243793. Grayscale: #C3C3C3. Windows color (decimal): -2373524 or 7129307. OLE color: 7129307.

HSL color Cylindrical-coordinate representation of color #DBC86C: hue angle of 49.73º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBC86C is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 200 108 -
CMYK 0 0.09 0.51 0.14
HSL 49.73º 0.61% 0.64% -
HSV(B) 49.73º 0.51% 0.86% -
XYZ 52.57 57.45 22.51 -
YUV 195.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 219 200 108 0 0.09 0.51 0.14 49.73 0.61 0.64
Hex DB C8 6C 0 9 33 E 32 3D 40
Octal 333 310 154 0 11 63 16 62 75 100
Binary 11011011 11001000 1101100 0 1001 110011 1110 110010 111101 1000000

Color Harmonies of #DBC86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC86C

Black with #DBC86C

Text Example


Text Example

White with #DBC86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC86C; }

 p { color: rgb(219,200,108); }

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

background-color css

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

 a { background-color: rgb(219,200,108); }

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

border-color css

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

 span { border-color: rgb(219,200,108); }

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