Html Css Color HEX #DE7E17 Ochre

📋 copy color: '#DE7E17'

red 222 ◦ green 126 ◦ blue 23

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

Shades of Ochre #DE7E17

Tints of Ochre #DE7E17

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.96%

 BLUE value IS 23 (9.38% from 255) = 6.2%

R = 59.84%
G = 33.96%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE7E17 (or 0xDE7E17) is known color: Ochre. HEX triplet: DE, 7E and 17. RGB value is (222,126,23). Sum of RGB (Red+Green+Blue) = 222+126+23=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7E17 is #2181E8. Grayscale: #8F8F8F. Windows color (decimal): -2195945 or 1539806. OLE color: 1539806.

HSL color Cylindrical-coordinate representation of color #DE7E17: hue angle of 31.06º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE7E17 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 126 23 -
CMYK 0 0.43 0.90 0.13
HSL 31.06º 0.81% 0.48% -
HSV(B) 31.06º 0.9% 0.87% -
XYZ 37.74 30.51 4.71 -
YUV 142.96 60.3 184.38 -
System Red Green Blue C M Y K H S L
Decimal 222 126 23 0 0.43 0.90 0.13 31.06 0.81 0.48
Hex DE 7E 17 0 2B 5A D 1F 51 30
Octal 336 176 27 0 53 132 15 37 121 60
Binary 11011110 1111110 10111 0 101011 1011010 1101 11111 1010001 110000

Color Harmonies of #DE7E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7E17

Black with #DE7E17

Text Example


Text Example

White with #DE7E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7E17; }

 p { color: rgb(222,126,23); }

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

background-color css

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

 a { background-color: rgb(222,126,23); }

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

border-color css

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

 span { border-color: rgb(222,126,23); }

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