Html Css Color HEX #D48119 Ochre

📋 copy color: '#D48119'

red 212 ◦ green 129 ◦ blue 25

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

Shades of Ochre #D48119

Tints of Ochre #D48119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.83%

R = 57.92%
G = 35.25%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D48119 (or 0xD48119) is known color: Ochre. HEX triplet: D4, 81 and 19. RGB value is (212,129,25). Sum of RGB (Red+Green+Blue) = 212+129+25=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D48119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48119 is #2B7EE6. Grayscale: #8E8E8E. Windows color (decimal): -2850535 or 1671636. OLE color: 1671636.

HSL color Cylindrical-coordinate representation of color #D48119: hue angle of 33.37º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D48119 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 129 25 -
CMYK 0 0.39 0.88 0.17
HSL 33.37º 0.79% 0.46% -
HSV(B) 33.37º 0.88% 0.83% -
XYZ 35.18 29.77 4.81 -
YUV 141.96 62 177.96 -
System Red Green Blue C M Y K H S L
Decimal 212 129 25 0 0.39 0.88 0.17 33.37 0.79 0.46
Hex D4 81 19 0 27 58 11 21 4F 2E
Octal 324 201 31 0 47 130 21 41 117 56
Binary 11010100 10000001 11001 0 100111 1011000 10001 100001 1001111 101110

Color Harmonies of #D48119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48119

Black with #D48119

Text Example


Text Example

White with #D48119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48119; }

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

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

background-color css

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

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

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

border-color css

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

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

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