#D67E25

Color #D67E25 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #D67E25

Tints of Ochre #D67E25

Color information

#D67E25 (or 0xD67E25) is unknown color: approx Ochre. HEX triplet: D6, 7E and 25. RGB value is (214,126,37). Sum of RGB (Red+Green+Blue) = 214+126+37=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67E25 is #2981DA. Grayscale: #8E8E8E. Windows color (decimal): -2720219 or 2457302. OLE color: 2457302.

HSL color Cylindrical-coordinate representation of color #D67E25: hue angle of 30.17º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D67E25 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB21412637-
CMYK00.410.830.16
HSL30.17º70.52%49.22%-
HSV(B)30.17º82.71%83.92%-
XYZ35.5329.355.54-
YUV142.1768.65179.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.76%
GREEN value IS 126 (49.61% from 255) = 33.42%
BLUE value IS 37 (14.84% from 255) = 9.81%
R=56.76%
G=33.42%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141263700.410.830.1630.1770.5249.22
HexD67E2502953101e4731
Octal32617645051123203610761
Binary1101011011111101001010101001101001110000111101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67E25; }

 p { color: rgb(214,126,37); }

 H1.HeaderClassName
 {
   color: #D67E25;
 }
 .AnyTagClassName
 {
   color: #D67E25;
 }
</style>
background-color css

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

 a { background-color: rgb(214,126,37); }

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

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

 span { border-color: rgb(214,126,37); }

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