Html Css Color HEX #D38419 Ochre

📋 copy color: '#D38419'

red 211 ◦ green 132 ◦ blue 25

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

Shades of Ochre #D38419

Tints of Ochre #D38419

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.87%

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

R = 57.34%
G = 35.87%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D38419 (or 0xD38419) is known color: Ochre. HEX triplet: D3, 84 and 19. RGB value is (211,132,25). Sum of RGB (Red+Green+Blue) = 211+132+25=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D38419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38419 is #2C7BE6. Grayscale: #8F8F8F. Windows color (decimal): -2915303 or 1672403. OLE color: 1672403.

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

Color convert

RGB 211 132 25 -
CMYK 0 0.37 0.88 0.17
HSL 34.52º 0.79% 0.46% -
HSV(B) 34.52º 0.88% 0.83% -
XYZ 35.29 30.42 4.93 -
YUV 143.42 61.17 176.2 -
System Red Green Blue C M Y K H S L
Decimal 211 132 25 0 0.37 0.88 0.17 34.52 0.79 0.46
Hex D3 84 19 0 25 58 11 23 4F 2E
Octal 323 204 31 0 45 130 21 43 117 56
Binary 11010011 10000100 11001 0 100101 1011000 10001 100011 1001111 101110

Color Harmonies of #D38419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38419

Black with #D38419

Text Example


Text Example

White with #D38419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38419; }

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

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

background-color css

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

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

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

border-color css

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

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

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