Html Css Color HEX #DB7A18 Ochre

📋 copy color: '#DB7A18'

red 219 ◦ green 122 ◦ blue 24

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

Shades of Ochre #DB7A18

Tints of Ochre #DB7A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.58%

R = 60%
G = 33.42%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB7A18 (or 0xDB7A18) is known color: Ochre. HEX triplet: DB, 7A and 18. RGB value is (219,122,24). Sum of RGB (Red+Green+Blue) = 219+122+24=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7A18 is #2485E7. Grayscale: #8C8C8C. Windows color (decimal): -2393576 or 1604315. OLE color: 1604315.

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

Color convert

RGB 219 122 24 -
CMYK 0 0.44 0.89 0.14
HSL 30.15º 0.8% 0.48% -
HSV(B) 30.15º 0.89% 0.86% -
XYZ 36.34 29.05 4.56 -
YUV 139.83 62.64 184.47 -
System Red Green Blue C M Y K H S L
Decimal 219 122 24 0 0.44 0.89 0.14 30.15 0.8 0.48
Hex DB 7A 18 0 2C 59 E 1E 50 30
Octal 333 172 30 0 54 131 16 36 120 60
Binary 11011011 1111010 11000 0 101100 1011001 1110 11110 1010000 110000

Color Harmonies of #DB7A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A18

Black with #DB7A18

Text Example


Text Example

White with #DB7A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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