Html Css Color HEX #D48512 Ochre

📋 copy color: '#D48512'

red 212 ◦ green 133 ◦ blue 18

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

Shades of Ochre #D48512

Tints of Ochre #D48512

RGB

 RED value IS 212 (83.2% from 255) = 58.4%

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

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

R = 58.4%
G = 36.64%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D48512 (or 0xD48512) is known color: Ochre. HEX triplet: D4, 85 and 12. RGB value is (212,133,18). Sum of RGB (Red+Green+Blue) = 212+133+18=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D48512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48512 is #2B7AED. Grayscale: #909090. Windows color (decimal): -2849518 or 1213908. OLE color: 1213908.

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

Color convert

RGB 212 133 18 -
CMYK 0 0.37 0.92 0.17
HSL 35.57º 0.84% 0.45% -
HSV(B) 35.57º 0.92% 0.83% -
XYZ 35.65 30.82 4.64 -
YUV 143.51 57.17 176.85 -
System Red Green Blue C M Y K H S L
Decimal 212 133 18 0 0.37 0.92 0.17 35.57 0.84 0.45
Hex D4 85 12 0 25 5C 11 24 54 2D
Octal 324 205 22 0 45 134 21 44 124 55
Binary 11010100 10000101 10010 0 100101 1011100 10001 100100 1010100 101101

Color Harmonies of #D48512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48512

Black with #D48512

Text Example


Text Example

White with #D48512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48512; }

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

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

background-color css

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

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

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

border-color css

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

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

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