Html Css Color HEX #DB7F14 Ochre

📋 copy color: '#DB7F14'

red 219 ◦ green 127 ◦ blue 20

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

Shades of Ochre #DB7F14

Tints of Ochre #DB7F14

RGB

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

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

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

R = 59.84%
G = 34.7%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB7F14 (or 0xDB7F14) is known color: Ochre. HEX triplet: DB, 7F and 14. RGB value is (219,127,20). Sum of RGB (Red+Green+Blue) = 219+127+20=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7F14 is #2480EB. Grayscale: #8E8E8E. Windows color (decimal): -2392300 or 1343451. OLE color: 1343451.

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

Color convert

RGB 219 127 20 -
CMYK 0 0.42 0.91 0.14
HSL 32.26º 0.83% 0.47% -
HSV(B) 32.26º 0.91% 0.86% -
XYZ 36.93 30.29 4.56 -
YUV 142.31 58.98 182.7 -
System Red Green Blue C M Y K H S L
Decimal 219 127 20 0 0.42 0.91 0.14 32.26 0.83 0.47
Hex DB 7F 14 0 2A 5B E 20 53 2F
Octal 333 177 24 0 52 133 16 40 123 57
Binary 11011011 1111111 10100 0 101010 1011011 1110 100000 1010011 101111

Color Harmonies of #DB7F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F14

Black with #DB7F14

Text Example


Text Example

White with #DB7F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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