Html Css Color HEX #D07C0E Ochre

📋 copy color: '#D07C0E'

red 208 ◦ green 124 ◦ blue 14

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

Shades of Ochre #D07C0E

Tints of Ochre #D07C0E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.84%

 BLUE value IS 14 (5.86% from 255) = 4.05%

R = 60.12%
G = 35.84%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D07C0E (or 0xD07C0E) is known color: Ochre. HEX triplet: D0, 7C and 0E. RGB value is (208,124,14). Sum of RGB (Red+Green+Blue) = 208+124+14=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07C0E is #2F83F1. Grayscale: #898989. Windows color (decimal): -3113970 or 949456. OLE color: 949456.

HSL color Cylindrical-coordinate representation of color #D07C0E: hue angle of 34.02º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D07C0E is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 124 14 -
CMYK 0 0.40 0.93 0.18
HSL 34.02º 0.87% 0.44% -
HSV(B) 34.02º 0.93% 0.82% -
XYZ 33.3 27.86 4.04 -
YUV 136.58 58.83 178.94 -
System Red Green Blue C M Y K H S L
Decimal 208 124 14 0 0.40 0.93 0.18 34.02 0.87 0.44
Hex D0 7C E 0 28 5D 12 22 57 2C
Octal 320 174 16 0 50 135 22 42 127 54
Binary 11010000 1111100 1110 0 101000 1011101 10010 100010 1010111 101100

Color Harmonies of #D07C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C0E

Black with #D07C0E

Text Example


Text Example

White with #D07C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C0E; }

 p { color: rgb(208,124,14); }

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

background-color css

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

 a { background-color: rgb(208,124,14); }

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

border-color css

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

 span { border-color: rgb(208,124,14); }

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