Html Css Color HEX #D87A20 Ochre

📋 copy color: '#D87A20'

red 216 ◦ green 122 ◦ blue 32

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

Shades of Ochre #D87A20

Tints of Ochre #D87A20

RGB

 RED value IS 216 (84.77% from 255) = 58.38%

 GREEN value IS 122 (48.05% from 255) = 32.97%

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

R = 58.38%
G = 32.97%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D87A20 (or 0xD87A20) is known color: Ochre. HEX triplet: D8, 7A and 20. RGB value is (216,122,32). Sum of RGB (Red+Green+Blue) = 216+122+32=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87A20 is #2785DF. Grayscale: #8C8C8C. Windows color (decimal): -2590176 or 2128600. OLE color: 2128600.

HSL color Cylindrical-coordinate representation of color #D87A20: hue angle of 29.35º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D87A20 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 122 32 -
CMYK 0 0.44 0.85 0.15
HSL 29.35º 0.74% 0.49% -
HSV(B) 29.35º 0.85% 0.85% -
XYZ 35.54 28.62 5.02 -
YUV 139.85 67.14 182.32 -
System Red Green Blue C M Y K H S L
Decimal 216 122 32 0 0.44 0.85 0.15 29.35 0.74 0.49
Hex D8 7A 20 0 2C 55 F 1D 4A 31
Octal 330 172 40 0 54 125 17 35 112 61
Binary 11011000 1111010 100000 0 101100 1010101 1111 11101 1001010 110001

Color Harmonies of #D87A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87A20

Black with #D87A20

Text Example


Text Example

White with #D87A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87A20; }

 p { color: rgb(216,122,32); }

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

background-color css

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

 a { background-color: rgb(216,122,32); }

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

border-color css

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

 span { border-color: rgb(216,122,32); }

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