Html Css Color HEX #DB7B1F Ochre

📋 copy color: '#DB7B1F'

red 219 ◦ green 123 ◦ blue 31

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

Shades of Ochre #DB7B1F

Tints of Ochre #DB7B1F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.98%

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

R = 58.71%
G = 32.98%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB7B1F (or 0xDB7B1F) is known color: Ochre. HEX triplet: DB, 7B and 1F. RGB value is (219,123,31). Sum of RGB (Red+Green+Blue) = 219+123+31=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7B1F is #2484E0. Grayscale: #8D8D8D. Windows color (decimal): -2393313 or 2063323. OLE color: 2063323.

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

Color convert

RGB 219 123 31 -
CMYK 0 0.44 0.86 0.14
HSL 29.36º 0.75% 0.49% -
HSV(B) 29.36º 0.86% 0.86% -
XYZ 36.54 29.32 5.03 -
YUV 141.22 65.8 183.48 -
System Red Green Blue C M Y K H S L
Decimal 219 123 31 0 0.44 0.86 0.14 29.36 0.75 0.49
Hex DB 7B 1F 0 2C 56 E 1D 4B 31
Octal 333 173 37 0 54 126 16 35 113 61
Binary 11011011 1111011 11111 0 101100 1010110 1110 11101 1001011 110001

Color Harmonies of #DB7B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B1F

Black with #DB7B1F

Text Example


Text Example

White with #DB7B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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