Html Css Color HEX #DE7915 Ochre

📋 copy color: '#DE7915'

red 222 ◦ green 121 ◦ blue 21

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

Shades of Ochre #DE7915

Tints of Ochre #DE7915

RGB

 RED value IS 222 (87.11% from 255) = 60.99%

 GREEN value IS 121 (47.66% from 255) = 33.24%

 BLUE value IS 21 (8.59% from 255) = 5.77%

R = 60.99%
G = 33.24%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE7915 (or 0xDE7915) is known color: Ochre. HEX triplet: DE, 79 and 15. RGB value is (222,121,21). Sum of RGB (Red+Green+Blue) = 222+121+21=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7915 is #2186EA. Grayscale: #8C8C8C. Windows color (decimal): -2197227 or 1407454. OLE color: 1407454.

HSL color Cylindrical-coordinate representation of color #DE7915: hue angle of 29.85º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE7915 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 121 21 -
CMYK 0 0.45 0.91 0.13
HSL 29.85º 0.83% 0.48% -
HSV(B) 29.85º 0.91% 0.87% -
XYZ 37.1 29.26 4.4 -
YUV 139.8 60.96 186.63 -
System Red Green Blue C M Y K H S L
Decimal 222 121 21 0 0.45 0.91 0.13 29.85 0.83 0.48
Hex DE 79 15 0 2D 5B D 1E 53 30
Octal 336 171 25 0 55 133 15 36 123 60
Binary 11011110 1111001 10101 0 101101 1011011 1101 11110 1010011 110000

Color Harmonies of #DE7915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7915

Black with #DE7915

Text Example


Text Example

White with #DE7915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7915; }

 p { color: rgb(222,121,21); }

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

background-color css

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

 a { background-color: rgb(222,121,21); }

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

border-color css

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

 span { border-color: rgb(222,121,21); }

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