Html Css Color HEX #DBBB62 Tacha

📋 copy color: '#DBBB62'

red 219 ◦ green 187 ◦ blue 98

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

Shades of Tacha #DBBB62

Tints of Tacha #DBBB62

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.1%

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

R = 43.45%
G = 37.1%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBBB62 (or 0xDBBB62) is known color: Tacha. HEX triplet: DB, BB and 62. RGB value is (219,187,98). Sum of RGB (Red+Green+Blue) = 219+187+98=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB62 is #24449D. Grayscale: #BABABA. Windows color (decimal): -2376862 or 6470619. OLE color: 6470619.

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

Color convert

RGB 219 187 98 -
CMYK 0 0.15 0.55 0.14
HSL 44.13º 0.63% 0.62% -
HSV(B) 44.13º 0.55% 0.86% -
XYZ 49.19 51.48 18.9 -
YUV 186.42 78.1 151.24 -
System Red Green Blue C M Y K H S L
Decimal 219 187 98 0 0.15 0.55 0.14 44.13 0.63 0.62
Hex DB BB 62 0 F 37 E 2C 3F 3E
Octal 333 273 142 0 17 67 16 54 77 76
Binary 11011011 10111011 1100010 0 1111 110111 1110 101100 111111 111110

Color Harmonies of #DBBB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB62

Black with #DBBB62

Text Example


Text Example

White with #DBBB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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