Html Css Color HEX #D88119 Ochre

📋 copy color: '#D88119'

red 216 ◦ green 129 ◦ blue 25

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

Shades of Ochre #D88119

Tints of Ochre #D88119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.76%

R = 58.38%
G = 34.86%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D88119 (or 0xD88119) is known color: Ochre. HEX triplet: D8, 81 and 19. RGB value is (216,129,25). Sum of RGB (Red+Green+Blue) = 216+129+25=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D88119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88119 is #277EE6. Grayscale: #8F8F8F. Windows color (decimal): -2588391 or 1671640. OLE color: 1671640.

HSL color Cylindrical-coordinate representation of color #D88119: hue angle of 32.67º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D88119 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 129 25 -
CMYK 0 0.40 0.88 0.15
HSL 32.67º 0.79% 0.47% -
HSV(B) 32.67º 0.88% 0.85% -
XYZ 36.34 30.37 4.87 -
YUV 143.16 61.32 179.96 -
System Red Green Blue C M Y K H S L
Decimal 216 129 25 0 0.40 0.88 0.15 32.67 0.79 0.47
Hex D8 81 19 0 28 58 F 21 4F 2F
Octal 330 201 31 0 50 130 17 41 117 57
Binary 11011000 10000001 11001 0 101000 1011000 1111 100001 1001111 101111

Color Harmonies of #D88119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88119

Black with #D88119

Text Example


Text Example

White with #D88119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88119; }

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

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

background-color css

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

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

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

border-color css

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

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

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