Html Css Color HEX #D87D26 Ochre

📋 copy color: '#D87D26'

red 216 ◦ green 125 ◦ blue 38

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

Shades of Ochre #D87D26

Tints of Ochre #D87D26

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.98%

 BLUE value IS 38 (15.23% from 255) = 10.03%

R = 56.99%
G = 32.98%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D87D26 (or 0xD87D26) is known color: Ochre. HEX triplet: D8, 7D and 26. RGB value is (216,125,38). Sum of RGB (Red+Green+Blue) = 216+125+38=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87D26 is #2782D9. Grayscale: #8E8E8E. Windows color (decimal): -2589402 or 2522584. OLE color: 2522584.

HSL color Cylindrical-coordinate representation of color #D87D26: hue angle of 29.33º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D87D26 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 125 38 -
CMYK 0 0.42 0.82 0.15
HSL 29.33º 0.7% 0.5% -
HSV(B) 29.33º 0.82% 0.85% -
XYZ 36 29.41 5.61 -
YUV 142.29 69.15 180.57 -
System Red Green Blue C M Y K H S L
Decimal 216 125 38 0 0.42 0.82 0.15 29.33 0.7 0.5
Hex D8 7D 26 0 2A 52 F 1D 46 32
Octal 330 175 46 0 52 122 17 35 106 62
Binary 11011000 1111101 100110 0 101010 1010010 1111 11101 1000110 110010

Color Harmonies of #D87D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87D26

Black with #D87D26

Text Example


Text Example

White with #D87D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87D26; }

 p { color: rgb(216,125,38); }

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

background-color css

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

 a { background-color: rgb(216,125,38); }

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

border-color css

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

 span { border-color: rgb(216,125,38); }

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