Html Css Color HEX #DBC95E Tacha

📋 copy color: '#DBC95E'

red 219 ◦ green 201 ◦ blue 94

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

Shades of Tacha #DBC95E

Tints of Tacha #DBC95E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.11%

 BLUE value IS 94 (37.11% from 255) = 18.29%

R = 42.61%
G = 39.11%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DBC95E (or 0xDBC95E) is known color: Tacha. HEX triplet: DB, C9 and 5E. RGB value is (219,201,94). Sum of RGB (Red+Green+Blue) = 219+201+94=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC95E is #2436A1. Grayscale: #C2C2C2. Windows color (decimal): -2373282 or 6212059. OLE color: 6212059.

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

Color convert

RGB 219 201 94 -
CMYK 0 0.08 0.57 0.14
HSL 51.36º 0.63% 0.61% -
HSV(B) 51.36º 0.57% 0.86% -
XYZ 52.12 57.64 18.97 -
YUV 194.18 71.46 145.7 -
System Red Green Blue C M Y K H S L
Decimal 219 201 94 0 0.08 0.57 0.14 51.36 0.63 0.61
Hex DB C9 5E 0 8 39 E 33 3F 3D
Octal 333 311 136 0 10 71 16 63 77 75
Binary 11011011 11001001 1011110 0 1000 111001 1110 110011 111111 111101

Color Harmonies of #DBC95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC95E

Black with #DBC95E

Text Example


Text Example

White with #DBC95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC95E; }

 p { color: rgb(219,201,94); }

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

background-color css

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

 a { background-color: rgb(219,201,94); }

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

border-color css

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

 span { border-color: rgb(219,201,94); }

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