Html Css Color HEX #DB8515 Carrot Orange

📋 copy color: '#DB8515'

red 219 ◦ green 133 ◦ blue 21

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

Shades of Carrot Orange #DB8515

Tints of Carrot Orange #DB8515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.63%

R = 58.71%
G = 35.66%
B = 5.63%

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

#DB8515 (or 0xDB8515) is known color: Carrot Orange. HEX triplet: DB, 85 and 15. RGB value is (219,133,21). Sum of RGB (Red+Green+Blue) = 219+133+21=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8515 is #247AEA. Grayscale: #929292. Windows color (decimal): -2390763 or 1410523. OLE color: 1410523.

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

Color convert

RGB 219 133 21 -
CMYK 0 0.39 0.90 0.14
HSL 33.94º 0.83% 0.47% -
HSV(B) 33.94º 0.9% 0.86% -
XYZ 37.74 31.89 4.88 -
YUV 145.95 57.49 180.11 -
System Red Green Blue C M Y K H S L
Decimal 219 133 21 0 0.39 0.90 0.14 33.94 0.83 0.47
Hex DB 85 15 0 27 5A E 22 52 2F
Octal 333 205 25 0 47 132 16 42 122 57
Binary 11011011 10000101 10101 0 100111 1011010 1110 100010 1010010 101111

Color Harmonies of #DB8515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8515

Black with #DB8515

Text Example


Text Example

White with #DB8515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8515; }

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

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

background-color css

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

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

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

border-color css

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

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

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