Html Css Color HEX #D4851C Ochre

📋 copy color: '#D4851C'

red 212 ◦ green 133 ◦ blue 28

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

Shades of Ochre #D4851C

Tints of Ochre #D4851C

RGB

 RED value IS 212 (83.2% from 255) = 56.84%

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

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

R = 56.84%
G = 35.66%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4851C (or 0xD4851C) is known color: Ochre. HEX triplet: D4, 85 and 1C. RGB value is (212,133,28). Sum of RGB (Red+Green+Blue) = 212+133+28=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D4851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4851C is #2B7AE3. Grayscale: #919191. Windows color (decimal): -2849508 or 1869268. OLE color: 1869268.

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

Color convert

RGB 212 133 28 -
CMYK 0 0.37 0.87 0.17
HSL 34.24º 0.77% 0.47% -
HSV(B) 34.24º 0.87% 0.83% -
XYZ 35.75 30.86 5.17 -
YUV 144.65 62.17 176.04 -
System Red Green Blue C M Y K H S L
Decimal 212 133 28 0 0.37 0.87 0.17 34.24 0.77 0.47
Hex D4 85 1C 0 25 57 11 22 4D 2F
Octal 324 205 34 0 45 127 21 42 115 57
Binary 11010100 10000101 11100 0 100101 1010111 10001 100010 1001101 101111

Color Harmonies of #D4851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4851C

Black with #D4851C

Text Example


Text Example

White with #D4851C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4851C; }

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

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

background-color css

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

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

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

border-color css

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

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

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