Html Css Color HEX #D07314 Ochre

📋 copy color: '#D07314'

red 208 ◦ green 115 ◦ blue 20

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

Shades of Ochre #D07314

Tints of Ochre #D07314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.53%

 BLUE value IS 20 (8.2% from 255) = 5.83%

R = 60.64%
G = 33.53%
B = 5.83%

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

#D07314 (or 0xD07314) is known color: Ochre. HEX triplet: D0, 73 and 14. RGB value is (208,115,20). Sum of RGB (Red+Green+Blue) = 208+115+20=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D07314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07314 is #2F8CEB. Grayscale: #848484. Windows color (decimal): -3116268 or 1340368. OLE color: 1340368.

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

Color convert

RGB 208 115 20 -
CMYK 0 0.45 0.90 0.18
HSL 30.32º 0.82% 0.45% -
HSV(B) 30.32º 0.9% 0.82% -
XYZ 32.27 25.72 3.93 -
YUV 131.98 64.81 182.22 -
System Red Green Blue C M Y K H S L
Decimal 208 115 20 0 0.45 0.90 0.18 30.32 0.82 0.45
Hex D0 73 14 0 2D 5A 12 1E 52 2D
Octal 320 163 24 0 55 132 22 36 122 55
Binary 11010000 1110011 10100 0 101101 1011010 10010 11110 1010010 101101

Color Harmonies of #D07314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07314

Black with #D07314

Text Example


Text Example

White with #D07314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07314; }

 p { color: rgb(208,115,20); }

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

background-color css

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

 a { background-color: rgb(208,115,20); }

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

border-color css

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

 span { border-color: rgb(208,115,20); }

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