Html Css Color HEX #D87A1A Ochre

📋 copy color: '#D87A1A'

red 216 ◦ green 122 ◦ blue 26

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

Shades of Ochre #D87A1A

Tints of Ochre #D87A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.14%

R = 59.34%
G = 33.52%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D87A1A (or 0xD87A1A) is known color: Ochre. HEX triplet: D8, 7A and 1A. RGB value is (216,122,26). Sum of RGB (Red+Green+Blue) = 216+122+26=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87A1A is #2785E5. Grayscale: #8B8B8B. Windows color (decimal): -2590182 or 1735384. OLE color: 1735384.

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

Color convert

RGB 216 122 26 -
CMYK 0 0.44 0.88 0.15
HSL 30.32º 0.79% 0.47% -
HSV(B) 30.32º 0.88% 0.85% -
XYZ 35.46 28.59 4.63 -
YUV 139.16 64.14 182.81 -
System Red Green Blue C M Y K H S L
Decimal 216 122 26 0 0.44 0.88 0.15 30.32 0.79 0.47
Hex D8 7A 1A 0 2C 58 F 1E 4F 2F
Octal 330 172 32 0 54 130 17 36 117 57
Binary 11011000 1111010 11010 0 101100 1011000 1111 11110 1001111 101111

Color Harmonies of #D87A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87A1A

Black with #D87A1A

Text Example


Text Example

White with #D87A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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