#D07A23

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

Shades of Ochre #D07A23

Tints of Ochre #D07A23

Color information

#D07A23 (or 0xD07A23) is unknown color: approx Ochre. HEX triplet: D0, 7A and 23. RGB value is (208,122,35). Sum of RGB (Red+Green+Blue) = 208+122+35=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A23 is #2F85DC. Grayscale: #8A8A8A. Windows color (decimal): -3114461 or 2325200. OLE color: 2325200.

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

Color convert

RGB20812235-
CMYK00.410.830.18
HSL30.17º71.19%47.65%-
HSV(B)30.17º83.17%81.57%-
XYZ33.2827.455.13-
YUV137.869.99178.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.99%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 35 (14.06% from 255) = 9.59%
R=56.99%
G=33.42%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081223500.410.830.1830.1771.1947.65
HexD07A2302953121e4730
Octal32017243051123223610760
Binary1101000011110101000110101001101001110010111101000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07A23; }

 p { color: rgb(208,122,35); }

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

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

 a { background-color: rgb(208,122,35); }

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

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

 span { border-color: rgb(208,122,35); }

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