Html Css Color HEX #D28224 Ochre

📋 copy color: '#D28224'

red 210 ◦ green 130 ◦ blue 36

#D28224
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #D28224

Tints of Ochre #D28224

RGB

 RED value IS 210 (82.42% from 255) = 55.85%

 GREEN value IS 130 (51.17% from 255) = 34.57%

 BLUE value IS 36 (14.45% from 255) = 9.57%

R = 55.85%
G = 34.57%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D28224 (or 0xD28224) is known color: Ochre. HEX triplet: D2, 82 and 24. RGB value is (210,130,36). Sum of RGB (Red+Green+Blue) = 210+130+36=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D28224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28224 is #2D7DDB. Grayscale: #8F8F8F. Windows color (decimal): -2981340 or 2392786. OLE color: 2392786.

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

Color convert

RGB 210 130 36 -
CMYK 0 0.38 0.83 0.18
HSL 32.41º 0.71% 0.48% -
HSV(B) 32.41º 0.83% 0.82% -
XYZ 34.88 29.79 5.58 -
YUV 143.2 67.5 175.64 -
System Red Green Blue C M Y K H S L
Decimal 210 130 36 0 0.38 0.83 0.18 32.41 0.71 0.48
Hex D2 82 24 0 26 53 12 20 47 30
Octal 322 202 44 0 46 123 22 40 107 60
Binary 11010010 10000010 100100 0 100110 1010011 10010 100000 1000111 110000

Color Harmonies of #D28224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28224

Black with #D28224

Text Example


Text Example

White with #D28224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28224; }

 p { color: rgb(210,130,36); }

 H1.HeaderClassName
 {
   color: #D28224;
 }
 .AnyTagClassName
 {
   color: #D28224;
 }
</style>

background-color css

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

 a { background-color: rgb(210,130,36); }

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

border-color css

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

 span { border-color: rgb(210,130,36); }

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