Html Css Color HEX #D07215 Ochre

📋 copy color: '#D07215'

red 208 ◦ green 114 ◦ blue 21

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

Shades of Ochre #D07215

Tints of Ochre #D07215

RGB

 RED value IS 208 (81.64% from 255) = 60.64%

 GREEN value IS 114 (44.92% from 255) = 33.24%

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

R = 60.64%
G = 33.24%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D07215 (or 0xD07215) is known color: Ochre. HEX triplet: D0, 72 and 15. RGB value is (208,114,21). Sum of RGB (Red+Green+Blue) = 208+114+21=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D07215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07215 is #2F8DEA. Grayscale: #838383. Windows color (decimal): -3116523 or 1405648. OLE color: 1405648.

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

Color convert

RGB 208 114 21 -
CMYK 0 0.45 0.90 0.18
HSL 29.84º 0.82% 0.45% -
HSV(B) 29.84º 0.9% 0.82% -
XYZ 32.17 25.5 3.94 -
YUV 131.5 65.64 182.56 -
System Red Green Blue C M Y K H S L
Decimal 208 114 21 0 0.45 0.90 0.18 29.84 0.82 0.45
Hex D0 72 15 0 2D 5A 12 1E 52 2D
Octal 320 162 25 0 55 132 22 36 122 55
Binary 11010000 1110010 10101 0 101101 1011010 10010 11110 1010010 101101

Color Harmonies of #D07215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07215

Black with #D07215

Text Example


Text Example

White with #D07215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07215; }

 p { color: rgb(208,114,21); }

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

background-color css

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

 a { background-color: rgb(208,114,21); }

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

border-color css

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

 span { border-color: rgb(208,114,21); }

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