Html Css Color HEX #DB7A12 Ochre

📋 copy color: '#DB7A12'

red 219 ◦ green 122 ◦ blue 18

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

Shades of Ochre #DB7A12

Tints of Ochre #DB7A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.01%

R = 61%
G = 33.98%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB7A12 (or 0xDB7A12) is known color: Ochre. HEX triplet: DB, 7A and 12. RGB value is (219,122,18). Sum of RGB (Red+Green+Blue) = 219+122+18=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7A12 is #2485ED. Grayscale: #8B8B8B. Windows color (decimal): -2393582 or 1211099. OLE color: 1211099.

HSL color Cylindrical-coordinate representation of color #DB7A12: hue angle of 31.04º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB7A12 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 122 18 -
CMYK 0 0.44 0.92 0.14
HSL 31.04º 0.85% 0.46% -
HSV(B) 31.04º 0.92% 0.86% -
XYZ 36.28 29.02 4.26 -
YUV 139.15 59.64 184.96 -
System Red Green Blue C M Y K H S L
Decimal 219 122 18 0 0.44 0.92 0.14 31.04 0.85 0.46
Hex DB 7A 12 0 2C 5C E 1F 55 2E
Octal 333 172 22 0 54 134 16 37 125 56
Binary 11011011 1111010 10010 0 101100 1011100 1110 11111 1010101 101110

Color Harmonies of #DB7A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A12

Black with #DB7A12

Text Example


Text Example

White with #DB7A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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