Html Css Color HEX #DB7917 Ochre

📋 copy color: '#DB7917'

red 219 ◦ green 121 ◦ blue 23

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

Shades of Ochre #DB7917

Tints of Ochre #DB7917

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.33%

 BLUE value IS 23 (9.38% from 255) = 6.34%

R = 60.33%
G = 33.33%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB7917 (or 0xDB7917) is known color: Ochre. HEX triplet: DB, 79 and 17. RGB value is (219,121,23). Sum of RGB (Red+Green+Blue) = 219+121+23=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7917 is #2486E8. Grayscale: #8B8B8B. Windows color (decimal): -2393833 or 1538523. OLE color: 1538523.

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

Color convert

RGB 219 121 23 -
CMYK 0 0.45 0.89 0.14
HSL 30º 0.81% 0.47% -
HSV(B) 30º 0.89% 0.86% -
XYZ 36.21 28.8 4.46 -
YUV 139.13 62.47 184.97 -
System Red Green Blue C M Y K H S L
Decimal 219 121 23 0 0.45 0.89 0.14 30 0.81 0.47
Hex DB 79 17 0 2D 59 E 1E 51 2F
Octal 333 171 27 0 55 131 16 36 121 57
Binary 11011011 1111001 10111 0 101101 1011001 1110 11110 1010001 101111

Color Harmonies of #DB7917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7917

Black with #DB7917

Text Example


Text Example

White with #DB7917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7917; }

 p { color: rgb(219,121,23); }

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

background-color css

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

 a { background-color: rgb(219,121,23); }

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

border-color css

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

 span { border-color: rgb(219,121,23); }

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