#D48023

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

Shades of Ochre #D48023

Tints of Ochre #D48023

Color information

#D48023 (or 0xD48023) is unknown color: approx Ochre. HEX triplet: D4, 80 and 23. RGB value is (212,128,35). Sum of RGB (Red+Green+Blue) = 212+128+35=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D48023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48023 is #2B7FDC. Grayscale: #8E8E8E. Windows color (decimal): -2850781 or 2326740. OLE color: 2326740.

HSL color Cylindrical-coordinate representation of color #D48023: hue angle of 31.53º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D48023 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB21212835-
CMYK00.400.830.17
HSL31.53º71.66%48.43%-
HSV(B)31.53º83.49%83.14%-
XYZ35.1729.565.44-
YUV142.5167.33177.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.53%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 35 (14.06% from 255) = 9.33%
R=56.53%
G=34.13%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121283500.400.830.1731.5371.6648.43
HexD480230285311204830
Octal32420043050123214011060
Binary110101001000000010001101010001010011100011000001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48023; }

 p { color: rgb(212,128,35); }

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

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

 a { background-color: rgb(212,128,35); }

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

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

 span { border-color: rgb(212,128,35); }

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