#D67C1F

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

Shades of Ochre #D67C1F

Tints of Ochre #D67C1F

Color information

#D67C1F (or 0xD67C1F) is unknown color: approx Ochre. HEX triplet: D6, 7C and 1F. RGB value is (214,124,31). Sum of RGB (Red+Green+Blue) = 214+124+31=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67C1F is #2983E0. Grayscale: #8C8C8C. Windows color (decimal): -2720737 or 2063574. OLE color: 2063574.

HSL color Cylindrical-coordinate representation of color #D67C1F: hue angle of 30.49º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D67C1F is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB21412431-
CMYK00.420.860.16
HSL30.49º74.69%48.04%-
HSV(B)30.49º85.51%83.92%-
XYZ35.1928.815-
YUV140.3166.32180.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.99%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 31 (12.5% from 255) = 8.40%
R=57.99%
G=33.60%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141243100.420.860.1630.4974.6948.04
HexD67C1F02A56101e4b30
Octal32617437052126203611360
Binary110101101111100111110101010101011010000111101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67C1F; }

 p { color: rgb(214,124,31); }

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

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

 a { background-color: rgb(214,124,31); }

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

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

 span { border-color: rgb(214,124,31); }

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