Html Css Color HEX #D0851C Ochre

📋 copy color: '#D0851C'

red 208 ◦ green 133 ◦ blue 28

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

Shades of Ochre #D0851C

Tints of Ochre #D0851C

RGB

 RED value IS 208 (81.64% from 255) = 56.37%

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

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

R = 56.37%
G = 36.04%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0851C (or 0xD0851C) is known color: Ochre. HEX triplet: D0, 85 and 1C. RGB value is (208,133,28). Sum of RGB (Red+Green+Blue) = 208+133+28=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0851C is #2F7AE3. Grayscale: #8F8F8F. Windows color (decimal): -3111652 or 1869264. OLE color: 1869264.

HSL color Cylindrical-coordinate representation of color #D0851C: hue angle of 35º degrees, saturation: 0.76, 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 #D0851C is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 133 28 -
CMYK 0 0.36 0.87 0.18
HSL 35º 0.76% 0.46% -
HSV(B) 35º 0.87% 0.82% -
XYZ 34.61 30.27 5.12 -
YUV 143.46 62.85 174.04 -
System Red Green Blue C M Y K H S L
Decimal 208 133 28 0 0.36 0.87 0.18 35 0.76 0.46
Hex D0 85 1C 0 24 57 12 23 4C 2E
Octal 320 205 34 0 44 127 22 43 114 56
Binary 11010000 10000101 11100 0 100100 1010111 10010 100011 1001100 101110

Color Harmonies of #D0851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0851C

Black with #D0851C

Text Example


Text Example

White with #D0851C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0851C; }

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

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

background-color css

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

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

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

border-color css

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

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

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