Html Css Color HEX #DBC355 Tacha

📋 copy color: '#DBC355'

red 219 ◦ green 195 ◦ blue 85

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

Shades of Tacha #DBC355

Tints of Tacha #DBC355

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.08%

 BLUE value IS 85 (33.59% from 255) = 17.03%

R = 43.89%
G = 39.08%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DBC355 (or 0xDBC355) is known color: Tacha. HEX triplet: DB, C3 and 55. RGB value is (219,195,85). Sum of RGB (Red+Green+Blue) = 219+195+85=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC355 is #243CAA. Grayscale: #BEBEBE. Windows color (decimal): -2374827 or 5620699. OLE color: 5620699.

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

Color convert

RGB 219 195 85 -
CMYK 0 0.11 0.61 0.14
HSL 49.25º 0.65% 0.6% -
HSV(B) 49.25º 0.61% 0.86% -
XYZ 50.37 54.75 16.51 -
YUV 189.64 68.95 148.94 -
System Red Green Blue C M Y K H S L
Decimal 219 195 85 0 0.11 0.61 0.14 49.25 0.65 0.6
Hex DB C3 55 0 B 3D E 31 41 3C
Octal 333 303 125 0 13 75 16 61 101 74
Binary 11011011 11000011 1010101 0 1011 111101 1110 110001 1000001 111100

Color Harmonies of #DBC355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC355

Black with #DBC355

Text Example


Text Example

White with #DBC355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC355; }

 p { color: rgb(219,195,85); }

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

background-color css

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

 a { background-color: rgb(219,195,85); }

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

border-color css

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

 span { border-color: rgb(219,195,85); }

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