Html Css Color HEX #DB7F1F Ochre

📋 copy color: '#DB7F1F'

red 219 ◦ green 127 ◦ blue 31

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

Shades of Ochre #DB7F1F

Tints of Ochre #DB7F1F

RGB

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

 GREEN value IS 127 (50% from 255) = 33.69%

 BLUE value IS 31 (12.5% from 255) = 8.22%

R = 58.09%
G = 33.69%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB7F1F (or 0xDB7F1F) is known color: Ochre. HEX triplet: DB, 7F and 1F. RGB value is (219,127,31). Sum of RGB (Red+Green+Blue) = 219+127+31=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7F1F is #2480E0. Grayscale: #909090. Windows color (decimal): -2392289 or 2064347. OLE color: 2064347.

HSL color Cylindrical-coordinate representation of color #DB7F1F: hue angle of 30.64º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB7F1F is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 127 31 -
CMYK 0 0.42 0.86 0.14
HSL 30.64º 0.75% 0.49% -
HSV(B) 30.64º 0.86% 0.86% -
XYZ 37.05 30.34 5.2 -
YUV 143.56 64.48 181.81 -
System Red Green Blue C M Y K H S L
Decimal 219 127 31 0 0.42 0.86 0.14 30.64 0.75 0.49
Hex DB 7F 1F 0 2A 56 E 1F 4B 31
Octal 333 177 37 0 52 126 16 37 113 61
Binary 11011011 1111111 11111 0 101010 1010110 1110 11111 1001011 110001

Color Harmonies of #DB7F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F1F

Black with #DB7F1F

Text Example


Text Example

White with #DB7F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F1F; }

 p { color: rgb(219,127,31); }

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

background-color css

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

 a { background-color: rgb(219,127,31); }

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

border-color css

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

 span { border-color: rgb(219,127,31); }

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