Html Css Color HEX #D1781D Ochre

📋 copy color: '#D1781D'

red 209 ◦ green 120 ◦ blue 29

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

Shades of Ochre #D1781D

Tints of Ochre #D1781D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

 BLUE value IS 29 (11.72% from 255) = 8.1%

R = 58.38%
G = 33.52%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1781D (or 0xD1781D) is known color: Ochre. HEX triplet: D1, 78 and 1D. RGB value is (209,120,29). Sum of RGB (Red+Green+Blue) = 209+120+29=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D1781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1781D is #2E87E2. Grayscale: #888888. Windows color (decimal): -3049443 or 1931473. OLE color: 1931473.

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

Color convert

RGB 209 120 29 -
CMYK 0 0.43 0.86 0.18
HSL 30.33º 0.76% 0.47% -
HSV(B) 30.33º 0.86% 0.82% -
XYZ 33.23 27.08 4.64 -
YUV 136.24 67.49 179.9 -
System Red Green Blue C M Y K H S L
Decimal 209 120 29 0 0.43 0.86 0.18 30.33 0.76 0.47
Hex D1 78 1D 0 2B 56 12 1E 4C 2F
Octal 321 170 35 0 53 126 22 36 114 57
Binary 11010001 1111000 11101 0 101011 1010110 10010 11110 1001100 101111

Color Harmonies of #D1781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1781D

Black with #D1781D

Text Example


Text Example

White with #D1781D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1781D; }

 p { color: rgb(209,120,29); }

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

background-color css

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

 a { background-color: rgb(209,120,29); }

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

border-color css

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

 span { border-color: rgb(209,120,29); }

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