Html Css Color HEX #D38112 Ochre

📋 copy color: '#D38112'

red 211 ◦ green 129 ◦ blue 18

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

Shades of Ochre #D38112

Tints of Ochre #D38112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.03%

R = 58.94%
G = 36.03%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D38112 (or 0xD38112) is known color: Ochre. HEX triplet: D3, 81 and 12. RGB value is (211,129,18). Sum of RGB (Red+Green+Blue) = 211+129+18=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D38112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38112 is #2C7EED. Grayscale: #8D8D8D. Windows color (decimal): -2916078 or 1212883. OLE color: 1212883.

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

Color convert

RGB 211 129 18 -
CMYK 0 0.39 0.91 0.17
HSL 34.51º 0.84% 0.45% -
HSV(B) 34.51º 0.91% 0.83% -
XYZ 34.82 29.59 4.45 -
YUV 140.86 58.67 178.03 -
System Red Green Blue C M Y K H S L
Decimal 211 129 18 0 0.39 0.91 0.17 34.51 0.84 0.45
Hex D3 81 12 0 27 5B 11 23 54 2D
Octal 323 201 22 0 47 133 21 43 124 55
Binary 11010011 10000001 10010 0 100111 1011011 10001 100011 1010100 101101

Color Harmonies of #D38112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38112

Black with #D38112

Text Example


Text Example

White with #D38112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38112; }

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

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

background-color css

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

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

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

border-color css

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

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

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