Html Css Color HEX #DB8516 Carrot Orange

📋 copy color: '#DB8516'

red 219 ◦ green 133 ◦ blue 22

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

Shades of Carrot Orange #DB8516

Tints of Carrot Orange #DB8516

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.56%

 BLUE value IS 22 (8.98% from 255) = 5.88%

R = 58.56%
G = 35.56%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB8516 (or 0xDB8516) is known color: Carrot Orange. HEX triplet: DB, 85 and 16. RGB value is (219,133,22). Sum of RGB (Red+Green+Blue) = 219+133+22=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8516 is #247AE9. Grayscale: #929292. Windows color (decimal): -2390762 or 1476059. OLE color: 1476059.

HSL color Cylindrical-coordinate representation of color #DB8516: hue angle of 33.81º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB8516 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 133 22 -
CMYK 0 0.39 0.90 0.14
HSL 33.81º 0.82% 0.47% -
HSV(B) 33.81º 0.9% 0.86% -
XYZ 37.75 31.89 4.93 -
YUV 146.06 57.99 180.03 -
System Red Green Blue C M Y K H S L
Decimal 219 133 22 0 0.39 0.90 0.14 33.81 0.82 0.47
Hex DB 85 16 0 27 5A E 22 52 2F
Octal 333 205 26 0 47 132 16 42 122 57
Binary 11011011 10000101 10110 0 100111 1011010 1110 100010 1010010 101111

Color Harmonies of #DB8516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8516

Black with #DB8516

Text Example


Text Example

White with #DB8516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8516; }

 p { color: rgb(219,133,22); }

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

background-color css

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

 a { background-color: rgb(219,133,22); }

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

border-color css

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

 span { border-color: rgb(219,133,22); }

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