Html Css Color HEX #DE7D17 Ochre

📋 copy color: '#DE7D17'

red 222 ◦ green 125 ◦ blue 23

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

Shades of Ochre #DE7D17

Tints of Ochre #DE7D17

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.78%

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

R = 60%
G = 33.78%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE7D17 (or 0xDE7D17) is known color: Ochre. HEX triplet: DE, 7D and 17. RGB value is (222,125,23). Sum of RGB (Red+Green+Blue) = 222+125+23=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7D17 is #2182E8. Grayscale: #8E8E8E. Windows color (decimal): -2196201 or 1539550. OLE color: 1539550.

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

Color convert

RGB 222 125 23 -
CMYK 0 0.44 0.90 0.13
HSL 30.75º 0.81% 0.48% -
HSV(B) 30.75º 0.9% 0.87% -
XYZ 37.61 30.26 4.67 -
YUV 142.38 60.64 184.79 -
System Red Green Blue C M Y K H S L
Decimal 222 125 23 0 0.44 0.90 0.13 30.75 0.81 0.48
Hex DE 7D 17 0 2C 5A D 1F 51 30
Octal 336 175 27 0 54 132 15 37 121 60
Binary 11011110 1111101 10111 0 101100 1011010 1101 11111 1010001 110000

Color Harmonies of #DE7D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7D17

Black with #DE7D17

Text Example


Text Example

White with #DE7D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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