Html Css Color HEX #DB622B Gold Drop

📋 copy color: '#DB622B'

red 219 ◦ green 98 ◦ blue 43

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

Shades of Gold Drop #DB622B

Tints of Gold Drop #DB622B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.22%

 BLUE value IS 43 (17.19% from 255) = 11.94%

R = 60.83%
G = 27.22%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB622B (or 0xDB622B) is known color: Gold Drop. HEX triplet: DB, 62 and 2B. RGB value is (219,98,43). Sum of RGB (Red+Green+Blue) = 219+98+43=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB622B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB622B is #249DD4. Grayscale: #808080. Windows color (decimal): -2399701 or 2843355. OLE color: 2843355.

HSL color Cylindrical-coordinate representation of color #DB622B: hue angle of 18.75º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB622B is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 98 43 -
CMYK 0 0.55 0.80 0.14
HSL 18.75º 0.71% 0.51% -
HSV(B) 18.75º 0.8% 0.86% -
XYZ 34.02 23.97 5.12 -
YUV 127.91 80.09 192.97 -
System Red Green Blue C M Y K H S L
Decimal 219 98 43 0 0.55 0.80 0.14 18.75 0.71 0.51
Hex DB 62 2B 0 37 50 E 13 47 33
Octal 333 142 53 0 67 120 16 23 107 63
Binary 11011011 1100010 101011 0 110111 1010000 1110 10011 1000111 110011

Color Harmonies of #DB622B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB622B

Black with #DB622B

Text Example


Text Example

White with #DB622B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB622B; }

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

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

background-color css

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

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

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

border-color css

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

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

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