Html Css Color HEX #DBC261 Tacha

📋 copy color: '#DBC261'

red 219 ◦ green 194 ◦ blue 97

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

Shades of Tacha #DBC261

Tints of Tacha #DBC261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.04%

 BLUE value IS 97 (38.28% from 255) = 19.02%

R = 42.94%
G = 38.04%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBC261 (or 0xDBC261) is known color: Tacha. HEX triplet: DB, C2 and 61. RGB value is (219,194,97). Sum of RGB (Red+Green+Blue) = 219+194+97=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 97 (38.28% from 255 or 19.02% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC261 is #243D9E. Grayscale: #BEBEBE. Windows color (decimal): -2375071 or 6406875. OLE color: 6406875.

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

Color convert

RGB 219 194 97 -
CMYK 0 0.11 0.56 0.14
HSL 47.7º 0.63% 0.62% -
HSV(B) 47.7º 0.56% 0.86% -
XYZ 50.66 54.51 19.16 -
YUV 190.42 75.28 148.39 -
System Red Green Blue C M Y K H S L
Decimal 219 194 97 0 0.11 0.56 0.14 47.7 0.63 0.62
Hex DB C2 61 0 B 38 E 30 3F 3E
Octal 333 302 141 0 13 70 16 60 77 76
Binary 11011011 11000010 1100001 0 1011 111000 1110 110000 111111 111110

Color Harmonies of #DBC261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC261

Black with #DBC261

Text Example


Text Example

White with #DBC261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC261; }

 p { color: rgb(219,194,97); }

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

background-color css

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

 a { background-color: rgb(219,194,97); }

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

border-color css

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

 span { border-color: rgb(219,194,97); }

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