Html Css Color HEX #DBC458 Tacha

📋 copy color: '#DBC458'

red 219 ◦ green 196 ◦ blue 88

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

Shades of Tacha #DBC458

Tints of Tacha #DBC458

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.97%

 BLUE value IS 88 (34.77% from 255) = 17.5%

R = 43.54%
G = 38.97%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBC458 (or 0xDBC458) is known color: Tacha. HEX triplet: DB, C4 and 58. RGB value is (219,196,88). Sum of RGB (Red+Green+Blue) = 219+196+88=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC458 is #243BA7. Grayscale: #BFBFBF. Windows color (decimal): -2374568 or 5817563. OLE color: 5817563.

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

Color convert

RGB 219 196 88 -
CMYK 0 0.11 0.60 0.14
HSL 49.47º 0.65% 0.6% -
HSV(B) 49.47º 0.6% 0.86% -
XYZ 50.71 55.24 17.22 -
YUV 190.57 70.12 148.28 -
System Red Green Blue C M Y K H S L
Decimal 219 196 88 0 0.11 0.60 0.14 49.47 0.65 0.6
Hex DB C4 58 0 B 3C E 31 41 3C
Octal 333 304 130 0 13 74 16 61 101 74
Binary 11011011 11000100 1011000 0 1011 111100 1110 110001 1000001 111100

Color Harmonies of #DBC458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC458

Black with #DBC458

Text Example


Text Example

White with #DBC458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC458; }

 p { color: rgb(219,196,88); }

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

background-color css

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

 a { background-color: rgb(219,196,88); }

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

border-color css

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

 span { border-color: rgb(219,196,88); }

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