#D67F25

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

Shades of Ochre #D67F25

Tints of Ochre #D67F25

Color information

#D67F25 (or 0xD67F25) is unknown color: approx Ochre. HEX triplet: D6, 7F and 25. RGB value is (214,127,37). Sum of RGB (Red+Green+Blue) = 214+127+37=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67F25 is #2980DA. Grayscale: #8F8F8F. Windows color (decimal): -2719963 or 2457558. OLE color: 2457558.

HSL color Cylindrical-coordinate representation of color #D67F25: hue angle of 30.51º 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 #D67F25 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB21412737-
CMYK00.410.830.16
HSL30.51º70.52%49.22%-
HSV(B)30.51º82.71%83.92%-
XYZ35.6529.615.59-
YUV142.7568.32178.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.61%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 37 (14.84% from 255) = 9.79%
R=56.61%
G=33.60%
B=9.79%

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
Decimal2141273700.410.830.1630.5170.5249.22
HexD67F2502953101f4731
Octal32617745051123203710761
Binary1101011011111111001010101001101001110000111111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67F25; }

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

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

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

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

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

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

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

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