Html Css Color HEX #D38219 Ochre

📋 copy color: '#D38219'

red 211 ◦ green 130 ◦ blue 25

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

Shades of Ochre #D38219

Tints of Ochre #D38219

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.52%

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

R = 57.65%
G = 35.52%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D38219 (or 0xD38219) is known color: Ochre. HEX triplet: D3, 82 and 19. RGB value is (211,130,25). Sum of RGB (Red+Green+Blue) = 211+130+25=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D38219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38219 is #2C7DE6. Grayscale: #8E8E8E. Windows color (decimal): -2915815 or 1671891. OLE color: 1671891.

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

Color convert

RGB 211 130 25 -
CMYK 0 0.38 0.88 0.17
HSL 33.87º 0.79% 0.46% -
HSV(B) 33.87º 0.88% 0.83% -
XYZ 35.02 29.88 4.84 -
YUV 142.25 61.84 177.04 -
System Red Green Blue C M Y K H S L
Decimal 211 130 25 0 0.38 0.88 0.17 33.87 0.79 0.46
Hex D3 82 19 0 26 58 11 22 4F 2E
Octal 323 202 31 0 46 130 21 42 117 56
Binary 11010011 10000010 11001 0 100110 1011000 10001 100010 1001111 101110

Color Harmonies of #D38219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38219

Black with #D38219

Text Example


Text Example

White with #D38219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38219; }

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

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

background-color css

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

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

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

border-color css

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

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

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