Html Css Color HEX #DBC05E Tacha

📋 copy color: '#DBC05E'

red 219 ◦ green 192 ◦ blue 94

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

Shades of Tacha #DBC05E

Tints of Tacha #DBC05E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.02%

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

R = 43.37%
G = 38.02%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DBC05E (or 0xDBC05E) is known color: Tacha. HEX triplet: DB, C0 and 5E. RGB value is (219,192,94). Sum of RGB (Red+Green+Blue) = 219+192+94=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC05E is #243FA1. Grayscale: #BDBDBD. Windows color (decimal): -2375586 or 6209755. OLE color: 6209755.

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

Color convert

RGB 219 192 94 -
CMYK 0 0.12 0.57 0.14
HSL 47.04º 0.63% 0.61% -
HSV(B) 47.04º 0.57% 0.86% -
XYZ 50.08 53.57 18.29 -
YUV 188.9 74.45 149.47 -
System Red Green Blue C M Y K H S L
Decimal 219 192 94 0 0.12 0.57 0.14 47.04 0.63 0.61
Hex DB C0 5E 0 C 39 E 2F 3F 3D
Octal 333 300 136 0 14 71 16 57 77 75
Binary 11011011 11000000 1011110 0 1100 111001 1110 101111 111111 111101

Color Harmonies of #DBC05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC05E

Black with #DBC05E

Text Example


Text Example

White with #DBC05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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