Html Css Color HEX #D3861D Ochre

📋 copy color: '#D3861D'

red 211 ◦ green 134 ◦ blue 29

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

Shades of Ochre #D3861D

Tints of Ochre #D3861D

RGB

 RED value IS 211 (82.81% from 255) = 56.42%

 GREEN value IS 134 (52.73% from 255) = 35.83%

 BLUE value IS 29 (11.72% from 255) = 7.75%

R = 56.42%
G = 35.83%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3861D (or 0xD3861D) is known color: Ochre. HEX triplet: D3, 86 and 1D. RGB value is (211,134,29). Sum of RGB (Red+Green+Blue) = 211+134+29=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D3861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3861D is #2C79E2. Grayscale: #919191. Windows color (decimal): -2914787 or 1935059. OLE color: 1935059.

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

Color convert

RGB 211 134 29 -
CMYK 0 0.36 0.86 0.17
HSL 34.62º 0.76% 0.47% -
HSV(B) 34.62º 0.86% 0.83% -
XYZ 35.61 30.99 5.27 -
YUV 145.05 62.51 175.04 -
System Red Green Blue C M Y K H S L
Decimal 211 134 29 0 0.36 0.86 0.17 34.62 0.76 0.47
Hex D3 86 1D 0 24 56 11 23 4C 2F
Octal 323 206 35 0 44 126 21 43 114 57
Binary 11010011 10000110 11101 0 100100 1010110 10001 100011 1001100 101111

Color Harmonies of #D3861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3861D

Black with #D3861D

Text Example


Text Example

White with #D3861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3861D; }

 p { color: rgb(211,134,29); }

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

background-color css

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

 a { background-color: rgb(211,134,29); }

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

border-color css

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

 span { border-color: rgb(211,134,29); }

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