Html Css Color HEX #D38412 Ochre

📋 copy color: '#D38412'

red 211 ◦ green 132 ◦ blue 18

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

Shades of Ochre #D38412

Tints of Ochre #D38412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.57%

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

R = 58.45%
G = 36.57%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D38412 (or 0xD38412) is known color: Ochre. HEX triplet: D3, 84 and 12. RGB value is (211,132,18). Sum of RGB (Red+Green+Blue) = 211+132+18=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D38412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38412 is #2C7BED. Grayscale: #8F8F8F. Windows color (decimal): -2915310 or 1213651. OLE color: 1213651.

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

Color convert

RGB 211 132 18 -
CMYK 0 0.37 0.91 0.17
HSL 35.44º 0.84% 0.45% -
HSV(B) 35.44º 0.91% 0.83% -
XYZ 35.22 30.4 4.58 -
YUV 142.63 57.67 176.77 -
System Red Green Blue C M Y K H S L
Decimal 211 132 18 0 0.37 0.91 0.17 35.44 0.84 0.45
Hex D3 84 12 0 25 5B 11 23 54 2D
Octal 323 204 22 0 45 133 21 43 124 55
Binary 11010011 10000100 10010 0 100101 1011011 10001 100011 1010100 101101

Color Harmonies of #D38412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38412

Black with #D38412

Text Example


Text Example

White with #D38412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38412; }

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

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

background-color css

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

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

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

border-color css

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

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

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