Html Css Color HEX #DBC362 Tacha

📋 copy color: '#DBC362'

red 219 ◦ green 195 ◦ blue 98

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

Shades of Tacha #DBC362

Tints of Tacha #DBC362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.14%

R = 42.77%
G = 38.09%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBC362 (or 0xDBC362) is known color: Tacha. HEX triplet: DB, C3 and 62. RGB value is (219,195,98). Sum of RGB (Red+Green+Blue) = 219+195+98=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC362 is #243C9D. Grayscale: #BFBFBF. Windows color (decimal): -2374814 or 6472667. OLE color: 6472667.

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

Color convert

RGB 219 195 98 -
CMYK 0 0.11 0.55 0.14
HSL 48.1º 0.63% 0.62% -
HSV(B) 48.1º 0.55% 0.86% -
XYZ 50.93 54.97 19.48 -
YUV 191.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 219 195 98 0 0.11 0.55 0.14 48.1 0.63 0.62
Hex DB C3 62 0 B 37 E 30 3F 3E
Octal 333 303 142 0 13 67 16 60 77 76
Binary 11011011 11000011 1100010 0 1011 110111 1110 110000 111111 111110

Color Harmonies of #DBC362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC362

Black with #DBC362

Text Example


Text Example

White with #DBC362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC362; }

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

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

background-color css

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

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

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

border-color css

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

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

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