Html Css Color HEX #DB7F17 Ochre

📋 copy color: '#DB7F17'

red 219 ◦ green 127 ◦ blue 23

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

Shades of Ochre #DB7F17

Tints of Ochre #DB7F17

RGB

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

 GREEN value IS 127 (50% from 255) = 34.42%

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

R = 59.35%
G = 34.42%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB7F17 (or 0xDB7F17) is known color: Ochre. HEX triplet: DB, 7F and 17. RGB value is (219,127,23). Sum of RGB (Red+Green+Blue) = 219+127+23=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7F17 is #2480E8. Grayscale: #8F8F8F. Windows color (decimal): -2392297 or 1540059. OLE color: 1540059.

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

Color convert

RGB 219 127 23 -
CMYK 0 0.42 0.89 0.14
HSL 31.84º 0.81% 0.47% -
HSV(B) 31.84º 0.89% 0.86% -
XYZ 36.96 30.3 4.71 -
YUV 142.65 60.48 182.46 -
System Red Green Blue C M Y K H S L
Decimal 219 127 23 0 0.42 0.89 0.14 31.84 0.81 0.47
Hex DB 7F 17 0 2A 59 E 20 51 2F
Octal 333 177 27 0 52 131 16 40 121 57
Binary 11011011 1111111 10111 0 101010 1011001 1110 100000 1010001 101111

Color Harmonies of #DB7F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F17

Black with #DB7F17

Text Example


Text Example

White with #DB7F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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