Html Css Color HEX #DB7A14 Ochre

📋 copy color: '#DB7A14'

red 219 ◦ green 122 ◦ blue 20

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

Shades of Ochre #DB7A14

Tints of Ochre #DB7A14

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.8%

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

R = 60.66%
G = 33.8%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB7A14 (or 0xDB7A14) is known color: Ochre. HEX triplet: DB, 7A and 14. RGB value is (219,122,20). Sum of RGB (Red+Green+Blue) = 219+122+20=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7A14 is #2485EB. Grayscale: #8B8B8B. Windows color (decimal): -2393580 or 1342171. OLE color: 1342171.

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

Color convert

RGB 219 122 20 -
CMYK 0 0.44 0.91 0.14
HSL 30.75º 0.83% 0.47% -
HSV(B) 30.75º 0.91% 0.86% -
XYZ 36.3 29.03 4.35 -
YUV 139.38 60.64 184.79 -
System Red Green Blue C M Y K H S L
Decimal 219 122 20 0 0.44 0.91 0.14 30.75 0.83 0.47
Hex DB 7A 14 0 2C 5B E 1F 53 2F
Octal 333 172 24 0 54 133 16 37 123 57
Binary 11011011 1111010 10100 0 101100 1011011 1110 11111 1010011 101111

Color Harmonies of #DB7A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A14

Black with #DB7A14

Text Example


Text Example

White with #DB7A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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