Html Css Color HEX #DBBC63 Tacha

📋 copy color: '#DBBC63'

red 219 ◦ green 188 ◦ blue 99

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

Shades of Tacha #DBBC63

Tints of Tacha #DBBC63

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.15%

 BLUE value IS 99 (39.06% from 255) = 19.57%

R = 43.28%
G = 37.15%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBBC63 (or 0xDBBC63) is known color: Tacha. HEX triplet: DB, BC and 63. RGB value is (219,188,99). Sum of RGB (Red+Green+Blue) = 219+188+99=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC63 is #24439C. Grayscale: #BBBBBB. Windows color (decimal): -2376605 or 6536411. OLE color: 6536411.

HSL color Cylindrical-coordinate representation of color #DBBC63: hue angle of 44.5º degrees, saturation: 0.62, 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 #DBBC63 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 188 99 -
CMYK 0 0.14 0.55 0.14
HSL 44.5º 0.63% 0.62% -
HSV(B) 44.5º 0.55% 0.86% -
XYZ 49.45 51.93 19.22 -
YUV 187.12 78.27 150.74 -
System Red Green Blue C M Y K H S L
Decimal 219 188 99 0 0.14 0.55 0.14 44.5 0.63 0.62
Hex DB BC 63 0 E 37 E 2C 3E 3E
Octal 333 274 143 0 16 67 16 54 76 76
Binary 11011011 10111100 1100011 0 1110 110111 1110 101100 111110 111110

Color Harmonies of #DBBC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBC63

Black with #DBBC63

Text Example


Text Example

White with #DBBC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBC63; }

 p { color: rgb(219,188,99); }

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

background-color css

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

 a { background-color: rgb(219,188,99); }

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

border-color css

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

 span { border-color: rgb(219,188,99); }

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