Html Css Color HEX #D88013 Ochre

📋 copy color: '#D88013'

red 216 ◦ green 128 ◦ blue 19

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

Shades of Ochre #D88013

Tints of Ochre #D88013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.26%

 BLUE value IS 19 (7.81% from 255) = 5.23%

R = 59.5%
G = 35.26%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D88013 (or 0xD88013) is known color: Ochre. HEX triplet: D8, 80 and 13. RGB value is (216,128,19). Sum of RGB (Red+Green+Blue) = 216+128+19=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D88013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88013 is #277FEC. Grayscale: #8E8E8E. Windows color (decimal): -2588653 or 1278168. OLE color: 1278168.

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

Color convert

RGB 216 128 19 -
CMYK 0 0.41 0.91 0.15
HSL 33.2º 0.84% 0.46% -
HSV(B) 33.2º 0.91% 0.85% -
XYZ 36.16 30.08 4.52 -
YUV 141.89 58.65 180.86 -
System Red Green Blue C M Y K H S L
Decimal 216 128 19 0 0.41 0.91 0.15 33.2 0.84 0.46
Hex D8 80 13 0 29 5B F 21 54 2E
Octal 330 200 23 0 51 133 17 41 124 56
Binary 11011000 10000000 10011 0 101001 1011011 1111 100001 1010100 101110

Color Harmonies of #D88013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88013

Black with #D88013

Text Example


Text Example

White with #D88013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88013; }

 p { color: rgb(216,128,19); }

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

background-color css

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

 a { background-color: rgb(216,128,19); }

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

border-color css

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

 span { border-color: rgb(216,128,19); }

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