Html Css Color HEX #D88310 Ochre

📋 copy color: '#D88310'

red 216 ◦ green 131 ◦ blue 16

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

Shades of Ochre #D88310

Tints of Ochre #D88310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.41%

R = 59.5%
G = 36.09%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D88310 (or 0xD88310) is known color: Ochre. HEX triplet: D8, 83 and 10. RGB value is (216,131,16). Sum of RGB (Red+Green+Blue) = 216+131+16=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D88310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88310 is #277CEF. Grayscale: #8F8F8F. Windows color (decimal): -2587888 or 1082328. OLE color: 1082328.

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

Color convert

RGB 216 131 16 -
CMYK 0 0.39 0.93 0.15
HSL 34.5º 0.86% 0.45% -
HSV(B) 34.5º 0.93% 0.85% -
XYZ 36.53 30.87 4.52 -
YUV 143.31 56.16 179.85 -
System Red Green Blue C M Y K H S L
Decimal 216 131 16 0 0.39 0.93 0.15 34.5 0.86 0.45
Hex D8 83 10 0 27 5D F 22 56 2D
Octal 330 203 20 0 47 135 17 42 126 55
Binary 11011000 10000011 10000 0 100111 1011101 1111 100010 1010110 101101

Color Harmonies of #D88310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88310

Black with #D88310

Text Example


Text Example

White with #D88310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88310; }

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

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

background-color css

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

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

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

border-color css

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

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

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