Html Css Color HEX #DB612B Gold Drop

📋 copy color: '#DB612B'

red 219 ◦ green 97 ◦ blue 43

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

Shades of Gold Drop #DB612B

Tints of Gold Drop #DB612B

RGB

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

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

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

R = 61%
G = 27.02%
B = 11.98%

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

#DB612B (or 0xDB612B) is known color: Gold Drop. HEX triplet: DB, 61 and 2B. RGB value is (219,97,43). Sum of RGB (Red+Green+Blue) = 219+97+43=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB612B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB612B is #249ED4. Grayscale: #7F7F7F. Windows color (decimal): -2399957 or 2843099. OLE color: 2843099.

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

Color convert

RGB 219 97 43 -
CMYK 0 0.56 0.80 0.14
HSL 18.41º 0.71% 0.51% -
HSV(B) 18.41º 0.8% 0.86% -
XYZ 33.92 23.78 5.09 -
YUV 127.32 80.42 193.39 -
System Red Green Blue C M Y K H S L
Decimal 219 97 43 0 0.56 0.80 0.14 18.41 0.71 0.51
Hex DB 61 2B 0 38 50 E 12 47 33
Octal 333 141 53 0 70 120 16 22 107 63
Binary 11011011 1100001 101011 0 111000 1010000 1110 10010 1000111 110011

Color Harmonies of #DB612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB612B

Black with #DB612B

Text Example


Text Example

White with #DB612B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB612B; }

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

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

background-color css

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

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

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

border-color css

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

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

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