Html Css Color HEX #D28223 Ochre

📋 copy color: '#D28223'

red 210 ◦ green 130 ◦ blue 35

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

Shades of Ochre #D28223

Tints of Ochre #D28223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.33%

R = 56%
G = 34.67%
B = 9.33%

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

#D28223 (or 0xD28223) is known color: Ochre. HEX triplet: D2, 82 and 23. RGB value is (210,130,35). Sum of RGB (Red+Green+Blue) = 210+130+35=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D28223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28223 is #2D7DDC. Grayscale: #8F8F8F. Windows color (decimal): -2981341 or 2327250. OLE color: 2327250.

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

Color convert

RGB 210 130 35 -
CMYK 0 0.38 0.83 0.18
HSL 32.57º 0.71% 0.48% -
HSV(B) 32.57º 0.83% 0.82% -
XYZ 34.86 29.79 5.5 -
YUV 143.09 67 175.72 -
System Red Green Blue C M Y K H S L
Decimal 210 130 35 0 0.38 0.83 0.18 32.57 0.71 0.48
Hex D2 82 23 0 26 53 12 21 47 30
Octal 322 202 43 0 46 123 22 41 107 60
Binary 11010010 10000010 100011 0 100110 1010011 10010 100001 1000111 110000

Color Harmonies of #D28223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28223

Black with #D28223

Text Example


Text Example

White with #D28223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28223; }

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

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

background-color css

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

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

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

border-color css

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

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

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