Html Css Color HEX #DB7D1C Ochre

📋 copy color: '#DB7D1C'

red 219 ◦ green 125 ◦ blue 28

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

Shades of Ochre #DB7D1C

Tints of Ochre #DB7D1C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.6%

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

R = 58.87%
G = 33.6%
B = 7.53%

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

#DB7D1C (or 0xDB7D1C) is known color: Ochre. HEX triplet: DB, 7D and 1C. RGB value is (219,125,28). Sum of RGB (Red+Green+Blue) = 219+125+28=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7D1C is #2482E3. Grayscale: #8E8E8E. Windows color (decimal): -2392804 or 1867227. OLE color: 1867227.

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

Color convert

RGB 219 125 28 -
CMYK 0 0.43 0.87 0.14
HSL 30.47º 0.77% 0.48% -
HSV(B) 30.47º 0.87% 0.86% -
XYZ 36.76 29.81 4.92 -
YUV 142.05 63.64 182.89 -
System Red Green Blue C M Y K H S L
Decimal 219 125 28 0 0.43 0.87 0.14 30.47 0.77 0.48
Hex DB 7D 1C 0 2B 57 E 1E 4D 30
Octal 333 175 34 0 53 127 16 36 115 60
Binary 11011011 1111101 11100 0 101011 1010111 1110 11110 1001101 110000

Color Harmonies of #DB7D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7D1C

Black with #DB7D1C

Text Example


Text Example

White with #DB7D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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