Html Css Color HEX #D88124 Ochre

📋 copy color: '#D88124'

red 216 ◦ green 129 ◦ blue 36

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

Shades of Ochre #D88124

Tints of Ochre #D88124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.45%

R = 56.69%
G = 33.86%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D88124 (or 0xD88124) is known color: Ochre. HEX triplet: D8, 81 and 24. RGB value is (216,129,36). Sum of RGB (Red+Green+Blue) = 216+129+36=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D88124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88124 is #277EDB. Grayscale: #909090. Windows color (decimal): -2588380 or 2392536. OLE color: 2392536.

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

Color convert

RGB 216 129 36 -
CMYK 0 0.40 0.83 0.15
HSL 31º 0.71% 0.49% -
HSV(B) 31º 0.83% 0.85% -
XYZ 36.49 30.43 5.62 -
YUV 144.41 66.82 179.06 -
System Red Green Blue C M Y K H S L
Decimal 216 129 36 0 0.40 0.83 0.15 31 0.71 0.49
Hex D8 81 24 0 28 53 F 1F 47 31
Octal 330 201 44 0 50 123 17 37 107 61
Binary 11011000 10000001 100100 0 101000 1010011 1111 11111 1000111 110001

Color Harmonies of #D88124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88124

Black with #D88124

Text Example


Text Example

White with #D88124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88124; }

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

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

background-color css

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

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

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

border-color css

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

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

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