Html Css Color HEX #D77722 Ochre

📋 copy color: '#D77722'

red 215 ◦ green 119 ◦ blue 34

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

Shades of Ochre #D77722

Tints of Ochre #D77722

RGB

 RED value IS 215 (84.38% from 255) = 58.42%

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

 BLUE value IS 34 (13.67% from 255) = 9.24%

R = 58.42%
G = 32.34%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D77722 (or 0xD77722) is known color: Ochre. HEX triplet: D7, 77 and 22. RGB value is (215,119,34). Sum of RGB (Red+Green+Blue) = 215+119+34=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 34 (13.67% from 255 or 9.24% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D77722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77722 is #2888DD. Grayscale: #8A8A8A. Windows color (decimal): -2656478 or 2258903. OLE color: 2258903.

HSL color Cylindrical-coordinate representation of color #D77722: hue angle of 28.18º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D77722 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 119 34 -
CMYK 0 0.45 0.84 0.16
HSL 28.18º 0.73% 0.49% -
HSV(B) 28.18º 0.84% 0.84% -
XYZ 34.91 27.76 5.03 -
YUV 138.01 69.3 182.91 -
System Red Green Blue C M Y K H S L
Decimal 215 119 34 0 0.45 0.84 0.16 28.18 0.73 0.49
Hex D7 77 22 0 2D 54 10 1C 49 31
Octal 327 167 42 0 55 124 20 34 111 61
Binary 11010111 1110111 100010 0 101101 1010100 10000 11100 1001001 110001

Color Harmonies of #D77722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77722

Black with #D77722

Text Example


Text Example

White with #D77722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77722; }

 p { color: rgb(215,119,34); }

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

background-color css

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

 a { background-color: rgb(215,119,34); }

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

border-color css

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

 span { border-color: rgb(215,119,34); }

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