Html Css Color HEX #DB8514 Carrot Orange

📋 copy color: '#DB8514'

red 219 ◦ green 133 ◦ blue 20

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

Shades of Carrot Orange #DB8514

Tints of Carrot Orange #DB8514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.38%

R = 58.87%
G = 35.75%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB8514 (or 0xDB8514) is known color: Carrot Orange. HEX triplet: DB, 85 and 14. RGB value is (219,133,20). Sum of RGB (Red+Green+Blue) = 219+133+20=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8514 is #247AEB. Grayscale: #929292. Windows color (decimal): -2390764 or 1344987. OLE color: 1344987.

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

Color convert

RGB 219 133 20 -
CMYK 0 0.39 0.91 0.14
HSL 34.07º 0.83% 0.47% -
HSV(B) 34.07º 0.91% 0.86% -
XYZ 37.73 31.89 4.83 -
YUV 145.83 56.99 180.19 -
System Red Green Blue C M Y K H S L
Decimal 219 133 20 0 0.39 0.91 0.14 34.07 0.83 0.47
Hex DB 85 14 0 27 5B E 22 53 2F
Octal 333 205 24 0 47 133 16 42 123 57
Binary 11011011 10000101 10100 0 100111 1011011 1110 100010 1010011 101111

Color Harmonies of #DB8514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8514

Black with #DB8514

Text Example


Text Example

White with #DB8514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8514; }

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

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

background-color css

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

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

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

border-color css

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

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

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