Html Css Color HEX #D48112 Ochre

📋 copy color: '#D48112'

red 212 ◦ green 129 ◦ blue 18

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

Shades of Ochre #D48112

Tints of Ochre #D48112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.93%

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

R = 59.05%
G = 35.93%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D48112 (or 0xD48112) is known color: Ochre. HEX triplet: D4, 81 and 12. RGB value is (212,129,18). Sum of RGB (Red+Green+Blue) = 212+129+18=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D48112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48112 is #2B7EED. Grayscale: #8D8D8D. Windows color (decimal): -2850542 or 1212884. OLE color: 1212884.

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

Color convert

RGB 212 129 18 -
CMYK 0 0.39 0.92 0.17
HSL 34.33º 0.84% 0.45% -
HSV(B) 34.33º 0.92% 0.83% -
XYZ 35.11 29.74 4.46 -
YUV 141.16 58.5 178.53 -
System Red Green Blue C M Y K H S L
Decimal 212 129 18 0 0.39 0.92 0.17 34.33 0.84 0.45
Hex D4 81 12 0 27 5C 11 22 54 2D
Octal 324 201 22 0 47 134 21 42 124 55
Binary 11010100 10000001 10010 0 100111 1011100 10001 100010 1010100 101101

Color Harmonies of #D48112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48112

Black with #D48112

Text Example


Text Example

White with #D48112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48112; }

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

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

background-color css

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

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

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

border-color css

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

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

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