Html Css Color HEX #DB632C Gold Drop

📋 copy color: '#DB632C'

red 219 ◦ green 99 ◦ blue 44

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

Shades of Gold Drop #DB632C

Tints of Gold Drop #DB632C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 44 (17.58% from 255) = 12.15%

R = 60.5%
G = 27.35%
B = 12.15%

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

#DB632C (or 0xDB632C) is known color: Gold Drop. HEX triplet: DB, 63 and 2C. RGB value is (219,99,44). Sum of RGB (Red+Green+Blue) = 219+99+44=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB632C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB632C is #249CD3. Grayscale: #808080. Windows color (decimal): -2399444 or 2909147. OLE color: 2909147.

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

Color convert

RGB 219 99 44 -
CMYK 0 0.55 0.80 0.14
HSL 18.86º 0.71% 0.52% -
HSV(B) 18.86º 0.8% 0.86% -
XYZ 34.13 24.17 5.25 -
YUV 128.61 80.26 192.47 -
System Red Green Blue C M Y K H S L
Decimal 219 99 44 0 0.55 0.80 0.14 18.86 0.71 0.52
Hex DB 63 2C 0 37 50 E 13 47 34
Octal 333 143 54 0 67 120 16 23 107 64
Binary 11011011 1100011 101100 0 110111 1010000 1110 10011 1000111 110100

Color Harmonies of #DB632C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB632C

Black with #DB632C

Text Example


Text Example

White with #DB632C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB632C; }

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

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

background-color css

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

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

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

border-color css

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

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

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