Html Css Color HEX #D38115 Ochre

📋 copy color: '#D38115'

red 211 ◦ green 129 ◦ blue 21

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

Shades of Ochre #D38115

Tints of Ochre #D38115

RGB

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

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

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

R = 58.45%
G = 35.73%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D38115 (or 0xD38115) is known color: Ochre. HEX triplet: D3, 81 and 15. RGB value is (211,129,21). Sum of RGB (Red+Green+Blue) = 211+129+21=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D38115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38115 is #2C7EEA. Grayscale: #8D8D8D. Windows color (decimal): -2916075 or 1409491. OLE color: 1409491.

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

Color convert

RGB 211 129 21 -
CMYK 0 0.39 0.90 0.17
HSL 34.11º 0.82% 0.45% -
HSV(B) 34.11º 0.9% 0.83% -
XYZ 34.85 29.6 4.59 -
YUV 141.21 60.17 177.78 -
System Red Green Blue C M Y K H S L
Decimal 211 129 21 0 0.39 0.90 0.17 34.11 0.82 0.45
Hex D3 81 15 0 27 5A 11 22 52 2D
Octal 323 201 25 0 47 132 21 42 122 55
Binary 11010011 10000001 10101 0 100111 1011010 10001 100010 1010010 101101

Color Harmonies of #D38115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38115

Black with #D38115

Text Example


Text Example

White with #D38115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38115; }

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

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

background-color css

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

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

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

border-color css

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

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

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