Html Css Color HEX #DBC561 Tacha

📋 copy color: '#DBC561'

red 219 ◦ green 197 ◦ blue 97

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

Shades of Tacha #DBC561

Tints of Tacha #DBC561

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.4%

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

R = 42.69%
G = 38.4%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBC561 (or 0xDBC561) is known color: Tacha. HEX triplet: DB, C5 and 61. RGB value is (219,197,97). Sum of RGB (Red+Green+Blue) = 219+197+97=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC561 is #243A9E. Grayscale: #C0C0C0. Windows color (decimal): -2374303 or 6407643. OLE color: 6407643.

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

Color convert

RGB 219 197 97 -
CMYK 0 0.10 0.56 0.14
HSL 49.18º 0.63% 0.62% -
HSV(B) 49.18º 0.56% 0.86% -
XYZ 51.34 55.86 19.38 -
YUV 192.18 74.29 147.13 -
System Red Green Blue C M Y K H S L
Decimal 219 197 97 0 0.10 0.56 0.14 49.18 0.63 0.62
Hex DB C5 61 0 A 38 E 31 3F 3E
Octal 333 305 141 0 12 70 16 61 77 76
Binary 11011011 11000101 1100001 0 1010 111000 1110 110001 111111 111110

Color Harmonies of #DBC561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC561

Black with #DBC561

Text Example


Text Example

White with #DBC561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC561; }

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

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

background-color css

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

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

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

border-color css

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

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

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