Html Css Color HEX #DBC05D Tacha

📋 copy color: '#DBC05D'

red 219 ◦ green 192 ◦ blue 93

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

Shades of Tacha #DBC05D

Tints of Tacha #DBC05D

RGB

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

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

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

R = 43.45%
G = 38.1%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBC05D (or 0xDBC05D) is known color: Tacha. HEX triplet: DB, C0 and 5D. RGB value is (219,192,93). Sum of RGB (Red+Green+Blue) = 219+192+93=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC05D is #243FA2. Grayscale: #BDBDBD. Windows color (decimal): -2375587 or 6144219. OLE color: 6144219.

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

Color convert

RGB 219 192 93 -
CMYK 0 0.12 0.58 0.14
HSL 47.14º 0.64% 0.61% -
HSV(B) 47.14º 0.58% 0.86% -
XYZ 50.04 53.55 18.05 -
YUV 188.79 73.95 149.55 -
System Red Green Blue C M Y K H S L
Decimal 219 192 93 0 0.12 0.58 0.14 47.14 0.64 0.61
Hex DB C0 5D 0 C 3A E 2F 40 3D
Octal 333 300 135 0 14 72 16 57 100 75
Binary 11011011 11000000 1011101 0 1100 111010 1110 101111 1000000 111101

Color Harmonies of #DBC05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC05D

Black with #DBC05D

Text Example


Text Example

White with #DBC05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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