Html Css Color HEX #D2841B Ochre

📋 copy color: '#D2841B'

red 210 ◦ green 132 ◦ blue 27

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

Shades of Ochre #D2841B

Tints of Ochre #D2841B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.32%

R = 56.91%
G = 35.77%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2841B (or 0xD2841B) is known color: Ochre. HEX triplet: D2, 84 and 1B. RGB value is (210,132,27). Sum of RGB (Red+Green+Blue) = 210+132+27=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2841B is #2D7BE4. Grayscale: #8F8F8F. Windows color (decimal): -2980837 or 1803474. OLE color: 1803474.

HSL color Cylindrical-coordinate representation of color #D2841B: hue angle of 34.43º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2841B is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 132 27 -
CMYK 0 0.37 0.87 0.18
HSL 34.43º 0.77% 0.46% -
HSV(B) 34.43º 0.87% 0.82% -
XYZ 35.03 30.28 5.04 -
YUV 143.35 62.34 175.54 -
System Red Green Blue C M Y K H S L
Decimal 210 132 27 0 0.37 0.87 0.18 34.43 0.77 0.46
Hex D2 84 1B 0 25 57 12 22 4D 2E
Octal 322 204 33 0 45 127 22 42 115 56
Binary 11010010 10000100 11011 0 100101 1010111 10010 100010 1001101 101110

Color Harmonies of #D2841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2841B

Black with #D2841B

Text Example


Text Example

White with #D2841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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