Html Css Color HEX #D38210 Ochre

📋 copy color: '#D38210'

red 211 ◦ green 130 ◦ blue 16

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

Shades of Ochre #D38210

Tints of Ochre #D38210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.48%

R = 59.1%
G = 36.41%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D38210 (or 0xD38210) is known color: Ochre. HEX triplet: D3, 82 and 10. RGB value is (211,130,16). Sum of RGB (Red+Green+Blue) = 211+130+16=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D38210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38210 is #2C7DEF. Grayscale: #8D8D8D. Windows color (decimal): -2915824 or 1082067. OLE color: 1082067.

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

Color convert

RGB 211 130 16 -
CMYK 0 0.38 0.92 0.17
HSL 35.08º 0.86% 0.45% -
HSV(B) 35.08º 0.92% 0.83% -
XYZ 34.94 29.85 4.41 -
YUV 141.22 57.34 177.77 -
System Red Green Blue C M Y K H S L
Decimal 211 130 16 0 0.38 0.92 0.17 35.08 0.86 0.45
Hex D3 82 10 0 26 5C 11 23 56 2D
Octal 323 202 20 0 46 134 21 43 126 55
Binary 11010011 10000010 10000 0 100110 1011100 10001 100011 1010110 101101

Color Harmonies of #D38210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38210

Black with #D38210

Text Example


Text Example

White with #D38210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38210; }

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

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

background-color css

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

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

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

border-color css

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

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

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