Html Css Color HEX #DB7C16 Ochre

📋 copy color: '#DB7C16'

red 219 ◦ green 124 ◦ blue 22

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

Shades of Ochre #DB7C16

Tints of Ochre #DB7C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.03%

R = 60%
G = 33.97%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB7C16 (or 0xDB7C16) is known color: Ochre. HEX triplet: DB, 7C and 16. RGB value is (219,124,22). Sum of RGB (Red+Green+Blue) = 219+124+22=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7C16 is #2483E9. Grayscale: #8D8D8D. Windows color (decimal): -2393066 or 1473755. OLE color: 1473755.

HSL color Cylindrical-coordinate representation of color #DB7C16: hue angle of 31.07º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB7C16 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 124 22 -
CMYK 0 0.43 0.90 0.14
HSL 31.07º 0.82% 0.47% -
HSV(B) 31.07º 0.9% 0.86% -
XYZ 36.57 29.53 4.53 -
YUV 140.78 60.97 183.79 -
System Red Green Blue C M Y K H S L
Decimal 219 124 22 0 0.43 0.90 0.14 31.07 0.82 0.47
Hex DB 7C 16 0 2B 5A E 1F 52 2F
Octal 333 174 26 0 53 132 16 37 122 57
Binary 11011011 1111100 10110 0 101011 1011010 1110 11111 1010010 101111

Color Harmonies of #DB7C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C16

Black with #DB7C16

Text Example


Text Example

White with #DB7C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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