Html Css Color HEX #D38815 Ochre

📋 copy color: '#D38815'

red 211 ◦ green 136 ◦ blue 21

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

Shades of Ochre #D38815

Tints of Ochre #D38815

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.96%

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

R = 57.34%
G = 36.96%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D38815 (or 0xD38815) is known color: Ochre. HEX triplet: D3, 88 and 15. RGB value is (211,136,21). Sum of RGB (Red+Green+Blue) = 211+136+21=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D38815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38815 is #2C77EA. Grayscale: #919191. Windows color (decimal): -2914283 or 1411283. OLE color: 1411283.

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

Color convert

RGB 211 136 21 -
CMYK 0 0.36 0.90 0.17
HSL 36.32º 0.82% 0.45% -
HSV(B) 36.32º 0.9% 0.83% -
XYZ 35.8 31.51 4.9 -
YUV 145.32 57.85 174.85 -
System Red Green Blue C M Y K H S L
Decimal 211 136 21 0 0.36 0.90 0.17 36.32 0.82 0.45
Hex D3 88 15 0 24 5A 11 24 52 2D
Octal 323 210 25 0 44 132 21 44 122 55
Binary 11010011 10001000 10101 0 100100 1011010 10001 100100 1010010 101101

Color Harmonies of #D38815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38815

Black with #D38815

Text Example


Text Example

White with #D38815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38815; }

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

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

background-color css

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

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

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

border-color css

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

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

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