Html Css Color HEX #DB7A13 Ochre

📋 copy color: '#DB7A13'

red 219 ◦ green 122 ◦ blue 19

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

Shades of Ochre #DB7A13

Tints of Ochre #DB7A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.28%

R = 60.83%
G = 33.89%
B = 5.28%

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

#DB7A13 (or 0xDB7A13) is known color: Ochre. HEX triplet: DB, 7A and 13. RGB value is (219,122,19). Sum of RGB (Red+Green+Blue) = 219+122+19=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7A13 is #2485EC. Grayscale: #8B8B8B. Windows color (decimal): -2393581 or 1276635. OLE color: 1276635.

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

Color convert

RGB 219 122 19 -
CMYK 0 0.44 0.91 0.14
HSL 30.9º 0.84% 0.47% -
HSV(B) 30.9º 0.91% 0.86% -
XYZ 36.29 29.03 4.31 -
YUV 139.26 60.14 184.88 -
System Red Green Blue C M Y K H S L
Decimal 219 122 19 0 0.44 0.91 0.14 30.9 0.84 0.47
Hex DB 7A 13 0 2C 5B E 1F 54 2F
Octal 333 172 23 0 54 133 16 37 124 57
Binary 11011011 1111010 10011 0 101100 1011011 1110 11111 1010100 101111

Color Harmonies of #DB7A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A13

Black with #DB7A13

Text Example


Text Example

White with #DB7A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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