Html Css Color HEX #D2851C Ochre

📋 copy color: '#D2851C'

red 210 ◦ green 133 ◦ blue 28

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

Shades of Ochre #D2851C

Tints of Ochre #D2851C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

 BLUE value IS 28 (11.33% from 255) = 7.55%

R = 56.6%
G = 35.85%
B = 7.55%

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

#D2851C (or 0xD2851C) is known color: Ochre. HEX triplet: D2, 85 and 1C. RGB value is (210,133,28). Sum of RGB (Red+Green+Blue) = 210+133+28=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2851C is #2D7AE3. Grayscale: #909090. Windows color (decimal): -2980580 or 1869266. OLE color: 1869266.

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

Color convert

RGB 210 133 28 -
CMYK 0 0.37 0.87 0.18
HSL 34.62º 0.76% 0.47% -
HSV(B) 34.62º 0.87% 0.82% -
XYZ 35.18 30.56 5.14 -
YUV 144.05 62.51 175.04 -
System Red Green Blue C M Y K H S L
Decimal 210 133 28 0 0.37 0.87 0.18 34.62 0.76 0.47
Hex D2 85 1C 0 25 57 12 23 4C 2F
Octal 322 205 34 0 45 127 22 43 114 57
Binary 11010010 10000101 11100 0 100101 1010111 10010 100011 1001100 101111

Color Harmonies of #D2851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2851C

Black with #D2851C

Text Example


Text Example

White with #D2851C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2851C; }

 p { color: rgb(210,133,28); }

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

background-color css

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

 a { background-color: rgb(210,133,28); }

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

border-color css

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

 span { border-color: rgb(210,133,28); }

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