Html Css Color HEX #D48612 Ochre

📋 copy color: '#D48612'

red 212 ◦ green 134 ◦ blue 18

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

Shades of Ochre #D48612

Tints of Ochre #D48612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.81%

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

R = 58.24%
G = 36.81%
B = 4.95%

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

#D48612 (or 0xD48612) is known color: Ochre. HEX triplet: D4, 86 and 12. RGB value is (212,134,18). Sum of RGB (Red+Green+Blue) = 212+134+18=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D48612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48612 is #2B79ED. Grayscale: #909090. Windows color (decimal): -2849262 or 1214164. OLE color: 1214164.

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

Color convert

RGB 212 134 18 -
CMYK 0 0.37 0.92 0.17
HSL 35.88º 0.84% 0.45% -
HSV(B) 35.88º 0.92% 0.83% -
XYZ 35.79 31.09 4.69 -
YUV 144.1 56.84 176.43 -
System Red Green Blue C M Y K H S L
Decimal 212 134 18 0 0.37 0.92 0.17 35.88 0.84 0.45
Hex D4 86 12 0 25 5C 11 24 54 2D
Octal 324 206 22 0 45 134 21 44 124 55
Binary 11010100 10000110 10010 0 100101 1011100 10001 100100 1010100 101101

Color Harmonies of #D48612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48612

Black with #D48612

Text Example


Text Example

White with #D48612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48612; }

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

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

background-color css

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

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

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

border-color css

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

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

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