Html Css Color HEX #D77E22 Ochre

📋 copy color: '#D77E22'

red 215 ◦ green 126 ◦ blue 34

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

Shades of Ochre #D77E22

Tints of Ochre #D77E22

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.6%

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

R = 57.33%
G = 33.6%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D77E22 (or 0xD77E22) is known color: Ochre. HEX triplet: D7, 7E and 22. RGB value is (215,126,34). Sum of RGB (Red+Green+Blue) = 215+126+34=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77E22 is #2881DD. Grayscale: #8E8E8E. Windows color (decimal): -2654686 or 2260695. OLE color: 2260695.

HSL color Cylindrical-coordinate representation of color #D77E22: hue angle of 30.5º 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 #D77E22 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 126 34 -
CMYK 0 0.41 0.84 0.16
HSL 30.5º 0.73% 0.49% -
HSV(B) 30.5º 0.84% 0.84% -
XYZ 35.77 29.48 5.32 -
YUV 142.12 66.99 179.98 -
System Red Green Blue C M Y K H S L
Decimal 215 126 34 0 0.41 0.84 0.16 30.5 0.73 0.49
Hex D7 7E 22 0 29 54 10 1E 49 31
Octal 327 176 42 0 51 124 20 36 111 61
Binary 11010111 1111110 100010 0 101001 1010100 10000 11110 1001001 110001

Color Harmonies of #D77E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77E22

Black with #D77E22

Text Example


Text Example

White with #D77E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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