Html Css Color HEX #D1770D Ochre

📋 copy color: '#D1770D'

red 209 ◦ green 119 ◦ blue 13

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

Shades of Ochre #D1770D

Tints of Ochre #D1770D

RGB

 RED value IS 209 (82.03% from 255) = 61.29%

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

 BLUE value IS 13 (5.47% from 255) = 3.81%

R = 61.29%
G = 34.9%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1770D (or 0xD1770D) is known color: Ochre. HEX triplet: D1, 77 and 0D. RGB value is (209,119,13). Sum of RGB (Red+Green+Blue) = 209+119+13=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D1770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1770D is #2E88F2. Grayscale: #868686. Windows color (decimal): -3049715 or 882641. OLE color: 882641.

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

Color convert

RGB 209 119 13 -
CMYK 0 0.43 0.94 0.18
HSL 32.45º 0.88% 0.44% -
HSV(B) 32.45º 0.94% 0.82% -
XYZ 32.96 26.78 3.81 -
YUV 133.83 59.82 181.62 -
System Red Green Blue C M Y K H S L
Decimal 209 119 13 0 0.43 0.94 0.18 32.45 0.88 0.44
Hex D1 77 D 0 2B 5E 12 20 58 2C
Octal 321 167 15 0 53 136 22 40 130 54
Binary 11010001 1110111 1101 0 101011 1011110 10010 100000 1011000 101100

Color Harmonies of #D1770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1770D

Black with #D1770D

Text Example


Text Example

White with #D1770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1770D; }

 p { color: rgb(209,119,13); }

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

background-color css

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

 a { background-color: rgb(209,119,13); }

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

border-color css

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

 span { border-color: rgb(209,119,13); }

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