#D67923

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

Shades of Ochre #D67923

Tints of Ochre #D67923

Color information

#D67923 (or 0xD67923) is unknown color: approx Ochre. HEX triplet: D6, 79 and 23. RGB value is (214,121,35). Sum of RGB (Red+Green+Blue) = 214+121+35=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 35 (14.06% from 255 or 9.46% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D67923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67923 is #2986DC. Grayscale: #8B8B8B. Windows color (decimal): -2721501 or 2324950. OLE color: 2324950.

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

Color convert

RGB21412135-
CMYK00.430.840.16
HSL28.83º71.89%48.82%-
HSV(B)28.83º83.64%83.92%-
XYZ34.8728.095.17-
YUV13969.31181.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.84%
GREEN value IS 121 (47.66% from 255) = 32.70%
BLUE value IS 35 (14.06% from 255) = 9.46%
R=57.84%
G=32.70%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141213500.430.840.1628.8371.8948.82
HexD6792302B54101d4831
Octal32617143053124203511061
Binary1101011011110011000110101011101010010000111011001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67923; }

 p { color: rgb(214,121,35); }

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

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

 a { background-color: rgb(214,121,35); }

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

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

 span { border-color: rgb(214,121,35); }

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