Html Css Color HEX #D9781D Ochre

📋 copy color: '#D9781D'

red 217 ◦ green 120 ◦ blue 29

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

Shades of Ochre #D9781D

Tints of Ochre #D9781D

RGB

 RED value IS 217 (85.16% from 255) = 59.29%

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

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

R = 59.29%
G = 32.79%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9781D (or 0xD9781D) is known color: Ochre. HEX triplet: D9, 78 and 1D. RGB value is (217,120,29). Sum of RGB (Red+Green+Blue) = 217+120+29=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D9781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9781D is #2687E2. Grayscale: #8B8B8B. Windows color (decimal): -2525155 or 1931481. OLE color: 1931481.

HSL color Cylindrical-coordinate representation of color #D9781D: hue angle of 29.04º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9781D is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 120 29 -
CMYK 0 0.45 0.87 0.15
HSL 29.04º 0.76% 0.48% -
HSV(B) 29.04º 0.87% 0.85% -
XYZ 35.55 28.27 4.75 -
YUV 138.63 66.14 183.9 -
System Red Green Blue C M Y K H S L
Decimal 217 120 29 0 0.45 0.87 0.15 29.04 0.76 0.48
Hex D9 78 1D 0 2D 57 F 1D 4C 30
Octal 331 170 35 0 55 127 17 35 114 60
Binary 11011001 1111000 11101 0 101101 1010111 1111 11101 1001100 110000

Color Harmonies of #D9781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9781D

Black with #D9781D

Text Example


Text Example

White with #D9781D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9781D; }

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

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

background-color css

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

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

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

border-color css

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

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

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