Html Css Color HEX #D9771E Ochre

📋 copy color: '#D9771E'

red 217 ◦ green 119 ◦ blue 30

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

Shades of Ochre #D9771E

Tints of Ochre #D9771E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.2%

R = 59.29%
G = 32.51%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9771E (or 0xD9771E) is known color: Ochre. HEX triplet: D9, 77 and 1E. RGB value is (217,119,30). Sum of RGB (Red+Green+Blue) = 217+119+30=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D9771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9771E is #2688E1. Grayscale: #8A8A8A. Windows color (decimal): -2525410 or 1996761. OLE color: 1996761.

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

Color convert

RGB 217 119 30 -
CMYK 0 0.45 0.86 0.15
HSL 28.56º 0.76% 0.48% -
HSV(B) 28.56º 0.86% 0.85% -
XYZ 35.45 28.04 4.77 -
YUV 138.16 66.97 184.24 -
System Red Green Blue C M Y K H S L
Decimal 217 119 30 0 0.45 0.86 0.15 28.56 0.76 0.48
Hex D9 77 1E 0 2D 56 F 1D 4C 30
Octal 331 167 36 0 55 126 17 35 114 60
Binary 11011001 1110111 11110 0 101101 1010110 1111 11101 1001100 110000

Color Harmonies of #D9771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9771E

Black with #D9771E

Text Example


Text Example

White with #D9771E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9771E; }

 p { color: rgb(217,119,30); }

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

background-color css

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

 a { background-color: rgb(217,119,30); }

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

border-color css

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

 span { border-color: rgb(217,119,30); }

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