Html Css Color HEX #D38512 Ochre

📋 copy color: '#D38512'

red 211 ◦ green 133 ◦ blue 18

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

Shades of Ochre #D38512

Tints of Ochre #D38512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.74%

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

R = 58.29%
G = 36.74%
B = 4.97%

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

#D38512 (or 0xD38512) is known color: Ochre. HEX triplet: D3, 85 and 12. RGB value is (211,133,18). Sum of RGB (Red+Green+Blue) = 211+133+18=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D38512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38512 is #2C7AED. Grayscale: #8F8F8F. Windows color (decimal): -2915054 or 1213907. OLE color: 1213907.

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

Color convert

RGB 211 133 18 -
CMYK 0 0.37 0.91 0.17
HSL 35.75º 0.84% 0.45% -
HSV(B) 35.75º 0.91% 0.83% -
XYZ 35.36 30.67 4.63 -
YUV 143.21 57.34 176.35 -
System Red Green Blue C M Y K H S L
Decimal 211 133 18 0 0.37 0.91 0.17 35.75 0.84 0.45
Hex D3 85 12 0 25 5B 11 24 54 2D
Octal 323 205 22 0 45 133 21 44 124 55
Binary 11010011 10000101 10010 0 100101 1011011 10001 100100 1010100 101101

Color Harmonies of #D38512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38512

Black with #D38512

Text Example


Text Example

White with #D38512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38512; }

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

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

background-color css

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

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

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

border-color css

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

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

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