Html Css Color HEX #D87922 Ochre

📋 copy color: '#D87922'

red 216 ◦ green 121 ◦ blue 34

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

Shades of Ochre #D87922

Tints of Ochre #D87922

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.61%

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

R = 58.22%
G = 32.61%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D87922 (or 0xD87922) is known color: Ochre. HEX triplet: D8, 79 and 22. RGB value is (216,121,34). Sum of RGB (Red+Green+Blue) = 216+121+34=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D87922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87922 is #2786DD. Grayscale: #8B8B8B. Windows color (decimal): -2590430 or 2259416. OLE color: 2259416.

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

Color convert

RGB 216 121 34 -
CMYK 0 0.44 0.84 0.15
HSL 28.68º 0.73% 0.49% -
HSV(B) 28.68º 0.84% 0.85% -
XYZ 35.45 28.39 5.12 -
YUV 139.49 68.47 182.57 -
System Red Green Blue C M Y K H S L
Decimal 216 121 34 0 0.44 0.84 0.15 28.68 0.73 0.49
Hex D8 79 22 0 2C 54 F 1D 49 31
Octal 330 171 42 0 54 124 17 35 111 61
Binary 11011000 1111001 100010 0 101100 1010100 1111 11101 1001001 110001

Color Harmonies of #D87922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87922

Black with #D87922

Text Example


Text Example

White with #D87922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87922; }

 p { color: rgb(216,121,34); }

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

background-color css

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

 a { background-color: rgb(216,121,34); }

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

border-color css

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

 span { border-color: rgb(216,121,34); }

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