Html Css Color HEX #D48616 Ochre

📋 copy color: '#D48616'

red 212 ◦ green 134 ◦ blue 22

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

Shades of Ochre #D48616

Tints of Ochre #D48616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.98%

R = 57.61%
G = 36.41%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D48616 (or 0xD48616) is known color: Ochre. HEX triplet: D4, 86 and 16. RGB value is (212,134,22). Sum of RGB (Red+Green+Blue) = 212+134+22=368 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.61% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 212 - color contains mainly: red. Hex color #D48616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48616 is #2B79E9. Grayscale: #919191. Windows color (decimal): -2849258 or 1476308. OLE color: 1476308.

HSL color Cylindrical-coordinate representation of color #D48616: hue angle of 35.37º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D48616 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 134 22 -
CMYK 0 0.37 0.90 0.17
HSL 35.37º 0.81% 0.46% -
HSV(B) 35.37º 0.9% 0.83% -
XYZ 35.82 31.11 4.87 -
YUV 144.55 58.84 176.11 -
System Red Green Blue C M Y K H S L
Decimal 212 134 22 0 0.37 0.90 0.17 35.37 0.81 0.46
Hex D4 86 16 0 25 5A 11 23 51 2E
Octal 324 206 26 0 45 132 21 43 121 56
Binary 11010100 10000110 10110 0 100101 1011010 10001 100011 1010001 101110

Color Harmonies of #D48616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48616

Black with #D48616

Text Example


Text Example

White with #D48616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48616; }

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

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

background-color css

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

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

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

border-color css

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

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

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