Html Css Color HEX #D88615 Ochre

📋 copy color: '#D88615'

red 216 ◦ green 134 ◦ blue 21

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

Shades of Ochre #D88615

Tints of Ochre #D88615

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

 BLUE value IS 21 (8.59% from 255) = 5.66%

R = 58.22%
G = 36.12%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D88615 (or 0xD88615) is known color: Ochre. HEX triplet: D8, 86 and 15. RGB value is (216,134,21). Sum of RGB (Red+Green+Blue) = 216+134+21=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D88615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88615 is #2779EA. Grayscale: #929292. Windows color (decimal): -2587115 or 1410776. OLE color: 1410776.

HSL color Cylindrical-coordinate representation of color #D88615: hue angle of 34.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D88615 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 134 21 -
CMYK 0 0.38 0.90 0.15
HSL 34.77º 0.82% 0.46% -
HSV(B) 34.77º 0.9% 0.85% -
XYZ 36.98 31.7 4.88 -
YUV 145.64 57.67 178.19 -
System Red Green Blue C M Y K H S L
Decimal 216 134 21 0 0.38 0.90 0.15 34.77 0.82 0.46
Hex D8 86 15 0 26 5A F 23 52 2E
Octal 330 206 25 0 46 132 17 43 122 56
Binary 11011000 10000110 10101 0 100110 1011010 1111 100011 1010010 101110

Color Harmonies of #D88615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88615

Black with #D88615

Text Example


Text Example

White with #D88615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88615; }

 p { color: rgb(216,134,21); }

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

background-color css

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

 a { background-color: rgb(216,134,21); }

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

border-color css

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

 span { border-color: rgb(216,134,21); }

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