Html Css Color HEX #D38012 Ochre

📋 copy color: '#D38012'

red 211 ◦ green 128 ◦ blue 18

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

Shades of Ochre #D38012

Tints of Ochre #D38012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.85%

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

R = 59.1%
G = 35.85%
B = 5.04%

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

#D38012 (or 0xD38012) is known color: Ochre. HEX triplet: D3, 80 and 12. RGB value is (211,128,18). Sum of RGB (Red+Green+Blue) = 211+128+18=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D38012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38012 is #2C7FED. Grayscale: #8C8C8C. Windows color (decimal): -2916334 or 1212627. OLE color: 1212627.

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

Color convert

RGB 211 128 18 -
CMYK 0 0.39 0.91 0.17
HSL 34.2º 0.84% 0.45% -
HSV(B) 34.2º 0.91% 0.83% -
XYZ 34.69 29.33 4.41 -
YUV 140.28 59 178.44 -
System Red Green Blue C M Y K H S L
Decimal 211 128 18 0 0.39 0.91 0.17 34.2 0.84 0.45
Hex D3 80 12 0 27 5B 11 22 54 2D
Octal 323 200 22 0 47 133 21 42 124 55
Binary 11010011 10000000 10010 0 100111 1011011 10001 100010 1010100 101101

Color Harmonies of #D38012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38012

Black with #D38012

Text Example


Text Example

White with #D38012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38012; }

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

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

background-color css

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

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

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

border-color css

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

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

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