Html Css Color HEX #D28422 Ochre

📋 copy color: '#D28422'

red 210 ◦ green 132 ◦ blue 34

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

Shades of Ochre #D28422

Tints of Ochre #D28422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.11%

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

R = 55.85%
G = 35.11%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D28422 (or 0xD28422) is known color: Ochre. HEX triplet: D2, 84 and 22. RGB value is (210,132,34). Sum of RGB (Red+Green+Blue) = 210+132+34=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 34 (13.67% from 255 or 9.04% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D28422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28422 is #2D7BDD. Grayscale: #909090. Windows color (decimal): -2980830 or 2262226. OLE color: 2262226.

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

Color convert

RGB 210 132 34 -
CMYK 0 0.37 0.84 0.18
HSL 33.41º 0.72% 0.48% -
HSV(B) 33.41º 0.84% 0.82% -
XYZ 35.12 30.32 5.51 -
YUV 144.15 65.84 174.97 -
System Red Green Blue C M Y K H S L
Decimal 210 132 34 0 0.37 0.84 0.18 33.41 0.72 0.48
Hex D2 84 22 0 25 54 12 21 48 30
Octal 322 204 42 0 45 124 22 41 110 60
Binary 11010010 10000100 100010 0 100101 1010100 10010 100001 1001000 110000

Color Harmonies of #D28422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28422

Black with #D28422

Text Example


Text Example

White with #D28422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28422; }

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

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

background-color css

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

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

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

border-color css

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

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

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