Html Css Color HEX #D38615 Ochre

📋 copy color: '#D38615'

red 211 ◦ green 134 ◦ blue 21

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

Shades of Ochre #D38615

Tints of Ochre #D38615

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

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

R = 57.65%
G = 36.61%
B = 5.74%

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

#D38615 (or 0xD38615) is known color: Ochre. HEX triplet: D3, 86 and 15. RGB value is (211,134,21). Sum of RGB (Red+Green+Blue) = 211+134+21=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D38615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38615 is #2C79EA. Grayscale: #909090. Windows color (decimal): -2914795 or 1410771. OLE color: 1410771.

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

Color convert

RGB 211 134 21 -
CMYK 0 0.36 0.90 0.17
HSL 35.68º 0.82% 0.45% -
HSV(B) 35.68º 0.9% 0.83% -
XYZ 35.52 30.95 4.81 -
YUV 144.14 58.51 175.69 -
System Red Green Blue C M Y K H S L
Decimal 211 134 21 0 0.36 0.90 0.17 35.68 0.82 0.45
Hex D3 86 15 0 24 5A 11 24 52 2D
Octal 323 206 25 0 44 132 21 44 122 55
Binary 11010011 10000110 10101 0 100100 1011010 10001 100100 1010010 101101

Color Harmonies of #D38615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38615

Black with #D38615

Text Example


Text Example

White with #D38615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38615; }

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

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

background-color css

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

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

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

border-color css

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

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

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