Html Css Color HEX #D48016 Ochre

📋 copy color: '#D48016'

red 212 ◦ green 128 ◦ blue 22

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

Shades of Ochre #D48016

Tints of Ochre #D48016

RGB

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

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

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

R = 58.56%
G = 35.36%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D48016 (or 0xD48016) is known color: Ochre. HEX triplet: D4, 80 and 16. RGB value is (212,128,22). Sum of RGB (Red+Green+Blue) = 212+128+22=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D48016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48016 is #2B7FE9. Grayscale: #8D8D8D. Windows color (decimal): -2850794 or 1474772. OLE color: 1474772.

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

Color convert

RGB 212 128 22 -
CMYK 0 0.40 0.90 0.17
HSL 33.47º 0.81% 0.46% -
HSV(B) 33.47º 0.9% 0.83% -
XYZ 35.02 29.49 4.61 -
YUV 141.03 60.83 178.62 -
System Red Green Blue C M Y K H S L
Decimal 212 128 22 0 0.40 0.90 0.17 33.47 0.81 0.46
Hex D4 80 16 0 28 5A 11 21 51 2E
Octal 324 200 26 0 50 132 21 41 121 56
Binary 11010100 10000000 10110 0 101000 1011010 10001 100001 1010001 101110

Color Harmonies of #D48016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48016

Black with #D48016

Text Example


Text Example

White with #D48016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48016; }

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

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

background-color css

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

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

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

border-color css

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

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

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