Html Css Color HEX #DBC85D Tacha

📋 copy color: '#DBC85D'

red 219 ◦ green 200 ◦ blue 93

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

Shades of Tacha #DBC85D

Tints of Tacha #DBC85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.16%

R = 42.77%
G = 39.06%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBC85D (or 0xDBC85D) is known color: Tacha. HEX triplet: DB, C8 and 5D. RGB value is (219,200,93). Sum of RGB (Red+Green+Blue) = 219+200+93=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC85D is #2437A2. Grayscale: #C1C1C1. Windows color (decimal): -2373539 or 6146267. OLE color: 6146267.

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

Color convert

RGB 219 200 93 -
CMYK 0 0.09 0.58 0.14
HSL 50.95º 0.64% 0.61% -
HSV(B) 50.95º 0.58% 0.86% -
XYZ 51.84 57.16 18.66 -
YUV 193.48 71.29 146.2 -
System Red Green Blue C M Y K H S L
Decimal 219 200 93 0 0.09 0.58 0.14 50.95 0.64 0.61
Hex DB C8 5D 0 9 3A E 33 40 3D
Octal 333 310 135 0 11 72 16 63 100 75
Binary 11011011 11001000 1011101 0 1001 111010 1110 110011 1000000 111101

Color Harmonies of #DBC85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC85D

Black with #DBC85D

Text Example


Text Example

White with #DBC85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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