Html Css Color HEX #DB7D14 Ochre

📋 copy color: '#DB7D14'

red 219 ◦ green 125 ◦ blue 20

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

Shades of Ochre #DB7D14

Tints of Ochre #DB7D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.34%

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

R = 60.16%
G = 34.34%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB7D14 (or 0xDB7D14) is known color: Ochre. HEX triplet: DB, 7D and 14. RGB value is (219,125,20). Sum of RGB (Red+Green+Blue) = 219+125+20=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7D14 is #2482EB. Grayscale: #8D8D8D. Windows color (decimal): -2392812 or 1342939. OLE color: 1342939.

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

Color convert

RGB 219 125 20 -
CMYK 0 0.43 0.91 0.14
HSL 31.66º 0.83% 0.47% -
HSV(B) 31.66º 0.91% 0.86% -
XYZ 36.67 29.78 4.48 -
YUV 141.14 59.64 183.54 -
System Red Green Blue C M Y K H S L
Decimal 219 125 20 0 0.43 0.91 0.14 31.66 0.83 0.47
Hex DB 7D 14 0 2B 5B E 20 53 2F
Octal 333 175 24 0 53 133 16 40 123 57
Binary 11011011 1111101 10100 0 101011 1011011 1110 100000 1010011 101111

Color Harmonies of #DB7D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7D14

Black with #DB7D14

Text Example


Text Example

White with #DB7D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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