Html Css Color HEX #DB7A1C Ochre

📋 copy color: '#DB7A1C'

red 219 ◦ green 122 ◦ blue 28

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

Shades of Ochre #DB7A1C

Tints of Ochre #DB7A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.59%

R = 59.35%
G = 33.06%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB7A1C (or 0xDB7A1C) is known color: Ochre. HEX triplet: DB, 7A and 1C. RGB value is (219,122,28). Sum of RGB (Red+Green+Blue) = 219+122+28=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7A1C is #2485E3. Grayscale: #8C8C8C. Windows color (decimal): -2393572 or 1866459. OLE color: 1866459.

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

Color convert

RGB 219 122 28 -
CMYK 0 0.44 0.87 0.14
HSL 29.53º 0.77% 0.48% -
HSV(B) 29.53º 0.87% 0.86% -
XYZ 36.38 29.06 4.79 -
YUV 140.29 64.64 184.14 -
System Red Green Blue C M Y K H S L
Decimal 219 122 28 0 0.44 0.87 0.14 29.53 0.77 0.48
Hex DB 7A 1C 0 2C 57 E 1E 4D 30
Octal 333 172 34 0 54 127 16 36 115 60
Binary 11011011 1111010 11100 0 101100 1010111 1110 11110 1001101 110000

Color Harmonies of #DB7A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A1C

Black with #DB7A1C

Text Example


Text Example

White with #DB7A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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