Html Css Color HEX #D28322 Ochre

📋 copy color: '#D28322'

red 210 ◦ green 131 ◦ blue 34

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

Shades of Ochre #D28322

Tints of Ochre #D28322

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.93%

 BLUE value IS 34 (13.67% from 255) = 9.07%

R = 56%
G = 34.93%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D28322 (or 0xD28322) is known color: Ochre. HEX triplet: D2, 83 and 22. RGB value is (210,131,34). Sum of RGB (Red+Green+Blue) = 210+131+34=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D28322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28322 is #2D7CDD. Grayscale: #909090. Windows color (decimal): -2981086 or 2261970. OLE color: 2261970.

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

Color convert

RGB 210 131 34 -
CMYK 0 0.38 0.84 0.18
HSL 33.07º 0.72% 0.48% -
HSV(B) 33.07º 0.84% 0.82% -
XYZ 34.98 30.05 5.47 -
YUV 143.56 66.17 175.39 -
System Red Green Blue C M Y K H S L
Decimal 210 131 34 0 0.38 0.84 0.18 33.07 0.72 0.48
Hex D2 83 22 0 26 54 12 21 48 30
Octal 322 203 42 0 46 124 22 41 110 60
Binary 11010010 10000011 100010 0 100110 1010100 10010 100001 1001000 110000

Color Harmonies of #D28322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28322

Black with #D28322

Text Example


Text Example

White with #D28322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28322; }

 p { color: rgb(210,131,34); }

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

background-color css

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

 a { background-color: rgb(210,131,34); }

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

border-color css

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

 span { border-color: rgb(210,131,34); }

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