Html Css Color HEX #DB612C Gold Drop

📋 copy color: '#DB612C'

red 219 ◦ green 97 ◦ blue 44

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

Shades of Gold Drop #DB612C

Tints of Gold Drop #DB612C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.94%

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

R = 60.83%
G = 26.94%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB612C (or 0xDB612C) is known color: Gold Drop. HEX triplet: DB, 61 and 2C. RGB value is (219,97,44). Sum of RGB (Red+Green+Blue) = 219+97+44=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB612C is #249ED3. Grayscale: #7F7F7F. Windows color (decimal): -2399956 or 2908635. OLE color: 2908635.

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

Color convert

RGB 219 97 44 -
CMYK 0 0.56 0.80 0.14
HSL 18.17º 0.71% 0.52% -
HSV(B) 18.17º 0.8% 0.86% -
XYZ 33.94 23.79 5.19 -
YUV 127.44 80.92 193.31 -
System Red Green Blue C M Y K H S L
Decimal 219 97 44 0 0.56 0.80 0.14 18.17 0.71 0.52
Hex DB 61 2C 0 38 50 E 12 47 34
Octal 333 141 54 0 70 120 16 22 107 64
Binary 11011011 1100001 101100 0 111000 1010000 1110 10010 1000111 110100

Color Harmonies of #DB612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB612C

Black with #DB612C

Text Example


Text Example

White with #DB612C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB612C; }

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

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

background-color css

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

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

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

border-color css

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

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

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