Html Css Color HEX #D88111 Ochre

📋 copy color: '#D88111'

red 216 ◦ green 129 ◦ blue 17

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

Shades of Ochre #D88111

Tints of Ochre #D88111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.64%

 BLUE value IS 17 (7.03% from 255) = 4.7%

R = 59.67%
G = 35.64%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D88111 (or 0xD88111) is known color: Ochre. HEX triplet: D8, 81 and 11. RGB value is (216,129,17). Sum of RGB (Red+Green+Blue) = 216+129+17=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D88111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88111 is #277EEE. Grayscale: #8E8E8E. Windows color (decimal): -2588399 or 1147352. OLE color: 1147352.

HSL color Cylindrical-coordinate representation of color #D88111: hue angle of 33.77º 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 #D88111 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 129 17 -
CMYK 0 0.40 0.92 0.15
HSL 33.77º 0.85% 0.46% -
HSV(B) 33.77º 0.92% 0.85% -
XYZ 36.27 30.34 4.47 -
YUV 142.25 57.32 180.61 -
System Red Green Blue C M Y K H S L
Decimal 216 129 17 0 0.40 0.92 0.15 33.77 0.85 0.46
Hex D8 81 11 0 28 5C F 22 55 2E
Octal 330 201 21 0 50 134 17 42 125 56
Binary 11011000 10000001 10001 0 101000 1011100 1111 100010 1010101 101110

Color Harmonies of #D88111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88111

Black with #D88111

Text Example


Text Example

White with #D88111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88111; }

 p { color: rgb(216,129,17); }

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

background-color css

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

 a { background-color: rgb(216,129,17); }

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

border-color css

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

 span { border-color: rgb(216,129,17); }

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