Html Css Color HEX #D0770E Ochre

📋 copy color: '#D0770E'

red 208 ◦ green 119 ◦ blue 14

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

Shades of Ochre #D0770E

Tints of Ochre #D0770E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

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

R = 61%
G = 34.9%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0770E (or 0xD0770E) is known color: Ochre. HEX triplet: D0, 77 and 0E. RGB value is (208,119,14). Sum of RGB (Red+Green+Blue) = 208+119+14=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0770E is #2F88F1. Grayscale: #868686. Windows color (decimal): -3115250 or 948176. OLE color: 948176.

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

Color convert

RGB 208 119 14 -
CMYK 0 0.43 0.93 0.18
HSL 32.47º 0.87% 0.44% -
HSV(B) 32.47º 0.93% 0.82% -
XYZ 32.69 26.64 3.83 -
YUV 133.64 60.49 181.04 -
System Red Green Blue C M Y K H S L
Decimal 208 119 14 0 0.43 0.93 0.18 32.47 0.87 0.44
Hex D0 77 E 0 2B 5D 12 20 57 2C
Octal 320 167 16 0 53 135 22 40 127 54
Binary 11010000 1110111 1110 0 101011 1011101 10010 100000 1010111 101100

Color Harmonies of #D0770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0770E

Black with #D0770E

Text Example


Text Example

White with #D0770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0770E; }

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

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

background-color css

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

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

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

border-color css

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

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

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