Html Css Color HEX #D37615 Ochre

📋 copy color: '#D37615'

red 211 ◦ green 118 ◦ blue 21

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

Shades of Ochre #D37615

Tints of Ochre #D37615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

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

R = 60.29%
G = 33.71%
B = 6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D37615 (or 0xD37615) is known color: Ochre. HEX triplet: D3, 76 and 15. RGB value is (211,118,21). Sum of RGB (Red+Green+Blue) = 211+118+21=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D37615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37615 is #2C89EA. Grayscale: #878787. Windows color (decimal): -2918891 or 1406675. OLE color: 1406675.

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

Color convert

RGB 211 118 21 -
CMYK 0 0.44 0.90 0.17
HSL 30.63º 0.82% 0.45% -
HSV(B) 30.63º 0.9% 0.83% -
XYZ 33.48 26.86 4.13 -
YUV 134.75 63.81 182.39 -
System Red Green Blue C M Y K H S L
Decimal 211 118 21 0 0.44 0.90 0.17 30.63 0.82 0.45
Hex D3 76 15 0 2C 5A 11 1F 52 2D
Octal 323 166 25 0 54 132 21 37 122 55
Binary 11010011 1110110 10101 0 101100 1011010 10001 11111 1010010 101101

Color Harmonies of #D37615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37615

Black with #D37615

Text Example


Text Example

White with #D37615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37615; }

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

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

background-color css

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

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

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

border-color css

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

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

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