Html Css Color HEX #D38311 Ochre

📋 copy color: '#D38311'

red 211 ◦ green 131 ◦ blue 17

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

Shades of Ochre #D38311

Tints of Ochre #D38311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.49%

 BLUE value IS 17 (7.03% from 255) = 4.74%

R = 58.77%
G = 36.49%
B = 4.74%

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

#D38311 (or 0xD38311) is known color: Ochre. HEX triplet: D3, 83 and 11. RGB value is (211,131,17). Sum of RGB (Red+Green+Blue) = 211+131+17=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D38311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38311 is #2C7CEE. Grayscale: #8E8E8E. Windows color (decimal): -2915567 or 1147859. OLE color: 1147859.

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

Color convert

RGB 211 131 17 -
CMYK 0 0.38 0.92 0.17
HSL 35.26º 0.85% 0.45% -
HSV(B) 35.26º 0.92% 0.83% -
XYZ 35.08 30.12 4.5 -
YUV 141.92 57.5 177.27 -
System Red Green Blue C M Y K H S L
Decimal 211 131 17 0 0.38 0.92 0.17 35.26 0.85 0.45
Hex D3 83 11 0 26 5C 11 23 55 2D
Octal 323 203 21 0 46 134 21 43 125 55
Binary 11010011 10000011 10001 0 100110 1011100 10001 100011 1010101 101101

Color Harmonies of #D38311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38311

Black with #D38311

Text Example


Text Example

White with #D38311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38311; }

 p { color: rgb(211,131,17); }

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

background-color css

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

 a { background-color: rgb(211,131,17); }

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

border-color css

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

 span { border-color: rgb(211,131,17); }

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