Html Css Color HEX #DB7C14 Ochre

📋 copy color: '#DB7C14'

red 219 ◦ green 124 ◦ blue 20

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

Shades of Ochre #DB7C14

Tints of Ochre #DB7C14

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.16%

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

R = 60.33%
G = 34.16%
B = 5.51%

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

#DB7C14 (or 0xDB7C14) is known color: Ochre. HEX triplet: DB, 7C and 14. RGB value is (219,124,20). Sum of RGB (Red+Green+Blue) = 219+124+20=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7C14 is #2483EB. Grayscale: #8D8D8D. Windows color (decimal): -2393068 or 1342683. OLE color: 1342683.

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

Color convert

RGB 219 124 20 -
CMYK 0 0.43 0.91 0.14
HSL 31.36º 0.83% 0.47% -
HSV(B) 31.36º 0.91% 0.86% -
XYZ 36.55 29.53 4.43 -
YUV 140.55 59.97 183.96 -
System Red Green Blue C M Y K H S L
Decimal 219 124 20 0 0.43 0.91 0.14 31.36 0.83 0.47
Hex DB 7C 14 0 2B 5B E 1F 53 2F
Octal 333 174 24 0 53 133 16 37 123 57
Binary 11011011 1111100 10100 0 101011 1011011 1110 11111 1010011 101111

Color Harmonies of #DB7C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C14

Black with #DB7C14

Text Example


Text Example

White with #DB7C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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