Html Css Color HEX #D77520 Ochre

📋 copy color: '#D77520'

red 215 ◦ green 117 ◦ blue 32

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

Shades of Ochre #D77520

Tints of Ochre #D77520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.14%

 BLUE value IS 32 (12.89% from 255) = 8.79%

R = 59.07%
G = 32.14%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D77520 (or 0xD77520) is known color: Ochre. HEX triplet: D7, 75 and 20. RGB value is (215,117,32). Sum of RGB (Red+Green+Blue) = 215+117+32=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D77520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77520 is #288ADF. Grayscale: #898989. Windows color (decimal): -2656992 or 2127319. OLE color: 2127319.

HSL color Cylindrical-coordinate representation of color #D77520: hue angle of 27.87º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D77520 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 117 32 -
CMYK 0 0.46 0.85 0.16
HSL 27.87º 0.74% 0.48% -
HSV(B) 27.87º 0.85% 0.84% -
XYZ 34.65 27.27 4.8 -
YUV 136.61 68.97 183.91 -
System Red Green Blue C M Y K H S L
Decimal 215 117 32 0 0.46 0.85 0.16 27.87 0.74 0.48
Hex D7 75 20 0 2E 55 10 1C 4A 30
Octal 327 165 40 0 56 125 20 34 112 60
Binary 11010111 1110101 100000 0 101110 1010101 10000 11100 1001010 110000

Color Harmonies of #D77520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77520

Black with #D77520

Text Example


Text Example

White with #D77520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77520; }

 p { color: rgb(215,117,32); }

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

background-color css

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

 a { background-color: rgb(215,117,32); }

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

border-color css

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

 span { border-color: rgb(215,117,32); }

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