Html Css Color HEX #D27322 Ochre

📋 copy color: '#D27322'

red 210 ◦ green 115 ◦ blue 34

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

Shades of Ochre #D27322

Tints of Ochre #D27322

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.03%

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

R = 58.5%
G = 32.03%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D27322 (or 0xD27322) is known color: Ochre. HEX triplet: D2, 73 and 22. RGB value is (210,115,34). Sum of RGB (Red+Green+Blue) = 210+115+34=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D27322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27322 is #2D8CDD. Grayscale: #868686. Windows color (decimal): -2985182 or 2257874. OLE color: 2257874.

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

Color convert

RGB 210 115 34 -
CMYK 0 0.45 0.84 0.18
HSL 27.61º 0.72% 0.48% -
HSV(B) 27.61º 0.84% 0.82% -
XYZ 33 26.08 4.81 -
YUV 134.17 71.47 182.09 -
System Red Green Blue C M Y K H S L
Decimal 210 115 34 0 0.45 0.84 0.18 27.61 0.72 0.48
Hex D2 73 22 0 2D 54 12 1C 48 30
Octal 322 163 42 0 55 124 22 34 110 60
Binary 11010010 1110011 100010 0 101101 1010100 10010 11100 1001000 110000

Color Harmonies of #D27322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27322

Black with #D27322

Text Example


Text Example

White with #D27322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27322; }

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

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

background-color css

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

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

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

border-color css

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

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

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