Html Css Color HEX #D3820D Ochre

📋 copy color: '#D3820D'

red 211 ◦ green 130 ◦ blue 13

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

Shades of Ochre #D3820D

Tints of Ochre #D3820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

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

R = 59.6%
G = 36.72%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3820D (or 0xD3820D) is known color: Ochre. HEX triplet: D3, 82 and 0D. RGB value is (211,130,13). Sum of RGB (Red+Green+Blue) = 211+130+13=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D3820D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3820D is #2C7DF2. Grayscale: #8D8D8D. Windows color (decimal): -2915827 or 885459. OLE color: 885459.

HSL color Cylindrical-coordinate representation of color #D3820D: hue angle of 35.45º 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 #D3820D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 130 13 -
CMYK 0 0.38 0.94 0.17
HSL 35.45º 0.88% 0.44% -
HSV(B) 35.45º 0.94% 0.83% -
XYZ 34.92 29.84 4.3 -
YUV 140.88 55.84 178.01 -
System Red Green Blue C M Y K H S L
Decimal 211 130 13 0 0.38 0.94 0.17 35.45 0.88 0.44
Hex D3 82 D 0 26 5E 11 23 58 2C
Octal 323 202 15 0 46 136 21 43 130 54
Binary 11010011 10000010 1101 0 100110 1011110 10001 100011 1011000 101100

Color Harmonies of #D3820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3820D

Black with #D3820D

Text Example


Text Example

White with #D3820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3820D; }

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

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

background-color css

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

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

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

border-color css

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

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

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