Html Css Color HEX #DB7B16 Ochre

📋 copy color: '#DB7B16'

red 219 ◦ green 123 ◦ blue 22

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

Shades of Ochre #DB7B16

Tints of Ochre #DB7B16

RGB

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

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

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

R = 60.16%
G = 33.79%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB7B16 (or 0xDB7B16) is known color: Ochre. HEX triplet: DB, 7B and 16. RGB value is (219,123,22). Sum of RGB (Red+Green+Blue) = 219+123+22=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7B16 is #2484E9. Grayscale: #8C8C8C. Windows color (decimal): -2393322 or 1473499. OLE color: 1473499.

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

Color convert

RGB 219 123 22 -
CMYK 0 0.44 0.90 0.14
HSL 30.76º 0.82% 0.47% -
HSV(B) 30.76º 0.9% 0.86% -
XYZ 36.44 29.28 4.49 -
YUV 140.19 61.3 184.21 -
System Red Green Blue C M Y K H S L
Decimal 219 123 22 0 0.44 0.90 0.14 30.76 0.82 0.47
Hex DB 7B 16 0 2C 5A E 1F 52 2F
Octal 333 173 26 0 54 132 16 37 122 57
Binary 11011011 1111011 10110 0 101100 1011010 1110 11111 1010010 101111

Color Harmonies of #DB7B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B16

Black with #DB7B16

Text Example


Text Example

White with #DB7B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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