Html Css Color HEX #D88312 Ochre

📋 copy color: '#D88312'

red 216 ◦ green 131 ◦ blue 18

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

Shades of Ochre #D88312

Tints of Ochre #D88312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.89%

 BLUE value IS 18 (7.42% from 255) = 4.93%

R = 59.18%
G = 35.89%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D88312 (or 0xD88312) is known color: Ochre. HEX triplet: D8, 83 and 12. RGB value is (216,131,18). Sum of RGB (Red+Green+Blue) = 216+131+18=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D88312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88312 is #277CED. Grayscale: #909090. Windows color (decimal): -2587886 or 1213400. OLE color: 1213400.

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

Color convert

RGB 216 131 18 -
CMYK 0 0.39 0.92 0.15
HSL 34.24º 0.85% 0.46% -
HSV(B) 34.24º 0.92% 0.85% -
XYZ 36.54 30.88 4.61 -
YUV 143.53 57.16 179.69 -
System Red Green Blue C M Y K H S L
Decimal 216 131 18 0 0.39 0.92 0.15 34.24 0.85 0.46
Hex D8 83 12 0 27 5C F 22 55 2E
Octal 330 203 22 0 47 134 17 42 125 56
Binary 11011000 10000011 10010 0 100111 1011100 1111 100010 1010101 101110

Color Harmonies of #D88312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88312

Black with #D88312

Text Example


Text Example

White with #D88312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88312; }

 p { color: rgb(216,131,18); }

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

background-color css

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

 a { background-color: rgb(216,131,18); }

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

border-color css

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

 span { border-color: rgb(216,131,18); }

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