Html Css Color HEX #DB7F1B Ochre

📋 copy color: '#DB7F1B'

red 219 ◦ green 127 ◦ blue 27

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

Shades of Ochre #DB7F1B

Tints of Ochre #DB7F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.24%

R = 58.71%
G = 34.05%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB7F1B (or 0xDB7F1B) is known color: Ochre. HEX triplet: DB, 7F and 1B. RGB value is (219,127,27). Sum of RGB (Red+Green+Blue) = 219+127+27=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7F1B is #2480E4. Grayscale: #8F8F8F. Windows color (decimal): -2392293 or 1802203. OLE color: 1802203.

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

Color convert

RGB 219 127 27 -
CMYK 0 0.42 0.88 0.14
HSL 31.25º 0.78% 0.48% -
HSV(B) 31.25º 0.88% 0.86% -
XYZ 37 30.32 4.94 -
YUV 143.11 62.48 182.13 -
System Red Green Blue C M Y K H S L
Decimal 219 127 27 0 0.42 0.88 0.14 31.25 0.78 0.48
Hex DB 7F 1B 0 2A 58 E 1F 4E 30
Octal 333 177 33 0 52 130 16 37 116 60
Binary 11011011 1111111 11011 0 101010 1011000 1110 11111 1001110 110000

Color Harmonies of #DB7F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F1B

Black with #DB7F1B

Text Example


Text Example

White with #DB7F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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