Html Css Color HEX #DB7C1C Ochre

📋 copy color: '#DB7C1C'

red 219 ◦ green 124 ◦ blue 28

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

Shades of Ochre #DB7C1C

Tints of Ochre #DB7C1C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.42%

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

R = 59.03%
G = 33.42%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB7C1C (or 0xDB7C1C) is known color: Ochre. HEX triplet: DB, 7C and 1C. RGB value is (219,124,28). Sum of RGB (Red+Green+Blue) = 219+124+28=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7C1C is #2483E3. Grayscale: #8D8D8D. Windows color (decimal): -2393060 or 1866971. OLE color: 1866971.

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

Color convert

RGB 219 124 28 -
CMYK 0 0.43 0.87 0.14
HSL 30.16º 0.77% 0.48% -
HSV(B) 30.16º 0.87% 0.86% -
XYZ 36.63 29.56 4.87 -
YUV 141.46 63.97 183.31 -
System Red Green Blue C M Y K H S L
Decimal 219 124 28 0 0.43 0.87 0.14 30.16 0.77 0.48
Hex DB 7C 1C 0 2B 57 E 1E 4D 30
Octal 333 174 34 0 53 127 16 36 115 60
Binary 11011011 1111100 11100 0 101011 1010111 1110 11110 1001101 110000

Color Harmonies of #DB7C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C1C

Black with #DB7C1C

Text Example


Text Example

White with #DB7C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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