Html Css Color HEX #D48019 Ochre

📋 copy color: '#D48019'

red 212 ◦ green 128 ◦ blue 25

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

Shades of Ochre #D48019

Tints of Ochre #D48019

RGB

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

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

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

R = 58.08%
G = 35.07%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D48019 (or 0xD48019) is known color: Ochre. HEX triplet: D4, 80 and 19. RGB value is (212,128,25). Sum of RGB (Red+Green+Blue) = 212+128+25=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D48019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48019 is #2B7FE6. Grayscale: #8D8D8D. Windows color (decimal): -2850791 or 1671380. OLE color: 1671380.

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

Color convert

RGB 212 128 25 -
CMYK 0 0.40 0.88 0.17
HSL 33.05º 0.79% 0.46% -
HSV(B) 33.05º 0.88% 0.83% -
XYZ 35.05 29.51 4.77 -
YUV 141.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 212 128 25 0 0.40 0.88 0.17 33.05 0.79 0.46
Hex D4 80 19 0 28 58 11 21 4F 2E
Octal 324 200 31 0 50 130 21 41 117 56
Binary 11010100 10000000 11001 0 101000 1011000 10001 100001 1001111 101110

Color Harmonies of #D48019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48019

Black with #D48019

Text Example


Text Example

White with #D48019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48019; }

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

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

background-color css

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

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

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

border-color css

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

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

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