Html Css Color HEX #D38119 Ochre

📋 copy color: '#D38119'

red 211 ◦ green 129 ◦ blue 25

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

Shades of Ochre #D38119

Tints of Ochre #D38119

RGB

 RED value IS 211 (82.81% from 255) = 57.81%

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

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

R = 57.81%
G = 35.34%
B = 6.85%

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

#D38119 (or 0xD38119) is known color: Ochre. HEX triplet: D3, 81 and 19. RGB value is (211,129,25). Sum of RGB (Red+Green+Blue) = 211+129+25=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D38119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38119 is #2C7EE6. Grayscale: #8E8E8E. Windows color (decimal): -2916071 or 1671635. OLE color: 1671635.

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

Color convert

RGB 211 129 25 -
CMYK 0 0.39 0.88 0.17
HSL 33.55º 0.79% 0.46% -
HSV(B) 33.55º 0.88% 0.83% -
XYZ 34.89 29.62 4.8 -
YUV 141.66 62.17 177.46 -
System Red Green Blue C M Y K H S L
Decimal 211 129 25 0 0.39 0.88 0.17 33.55 0.79 0.46
Hex D3 81 19 0 27 58 11 22 4F 2E
Octal 323 201 31 0 47 130 21 42 117 56
Binary 11010011 10000001 11001 0 100111 1011000 10001 100010 1001111 101110

Color Harmonies of #D38119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38119

Black with #D38119

Text Example


Text Example

White with #D38119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38119; }

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

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

background-color css

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

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

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

border-color css

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

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

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