Html Css Color HEX #D38415 Ochre

📋 copy color: '#D38415'

red 211 ◦ green 132 ◦ blue 21

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

Shades of Ochre #D38415

Tints of Ochre #D38415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.77%

R = 57.97%
G = 36.26%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D38415 (or 0xD38415) is known color: Ochre. HEX triplet: D3, 84 and 15. RGB value is (211,132,21). Sum of RGB (Red+Green+Blue) = 211+132+21=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D38415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38415 is #2C7BEA. Grayscale: #8F8F8F. Windows color (decimal): -2915307 or 1410259. OLE color: 1410259.

HSL color Cylindrical-coordinate representation of color #D38415: hue angle of 35.05º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D38415 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 132 21 -
CMYK 0 0.37 0.90 0.17
HSL 35.05º 0.82% 0.45% -
HSV(B) 35.05º 0.9% 0.83% -
XYZ 35.25 30.41 4.72 -
YUV 142.97 59.17 176.53 -
System Red Green Blue C M Y K H S L
Decimal 211 132 21 0 0.37 0.90 0.17 35.05 0.82 0.45
Hex D3 84 15 0 25 5A 11 23 52 2D
Octal 323 204 25 0 45 132 21 43 122 55
Binary 11010011 10000100 10101 0 100101 1011010 10001 100011 1010010 101101

Color Harmonies of #D38415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38415

Black with #D38415

Text Example


Text Example

White with #D38415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38415; }

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

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

background-color css

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

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

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

border-color css

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

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

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