Html Css Color HEX #D3810D Ochre

📋 copy color: '#D3810D'

red 211 ◦ green 129 ◦ blue 13

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

Shades of Ochre #D3810D

Tints of Ochre #D3810D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

 BLUE value IS 13 (5.47% from 255) = 3.68%

R = 59.77%
G = 36.54%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3810D (or 0xD3810D) is known color: Ochre. HEX triplet: D3, 81 and 0D. RGB value is (211,129,13). Sum of RGB (Red+Green+Blue) = 211+129+13=353 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.77% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 211 - color contains mainly: red. Hex color #D3810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3810D is #2C7EF2. Grayscale: #8C8C8C. Windows color (decimal): -2916083 or 885203. OLE color: 885203.

HSL color Cylindrical-coordinate representation of color #D3810D: hue angle of 35.15º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3810D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 129 13 -
CMYK 0 0.39 0.94 0.17
HSL 35.15º 0.88% 0.44% -
HSV(B) 35.15º 0.94% 0.83% -
XYZ 34.79 29.58 4.26 -
YUV 140.29 56.17 178.43 -
System Red Green Blue C M Y K H S L
Decimal 211 129 13 0 0.39 0.94 0.17 35.15 0.88 0.44
Hex D3 81 D 0 27 5E 11 23 58 2C
Octal 323 201 15 0 47 136 21 43 130 54
Binary 11010011 10000001 1101 0 100111 1011110 10001 100011 1011000 101100

Color Harmonies of #D3810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3810D

Black with #D3810D

Text Example


Text Example

White with #D3810D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3810D; }

 p { color: rgb(211,129,13); }

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

background-color css

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

 a { background-color: rgb(211,129,13); }

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

border-color css

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

 span { border-color: rgb(211,129,13); }

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