Html Css Color HEX #D88120 Ochre

📋 copy color: '#D88120'

red 216 ◦ green 129 ◦ blue 32

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

Shades of Ochre #D88120

Tints of Ochre #D88120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.49%

R = 57.29%
G = 34.22%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D88120 (or 0xD88120) is known color: Ochre. HEX triplet: D8, 81 and 20. RGB value is (216,129,32). Sum of RGB (Red+Green+Blue) = 216+129+32=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D88120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88120 is #277EDF. Grayscale: #909090. Windows color (decimal): -2588384 or 2130392. OLE color: 2130392.

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

Color convert

RGB 216 129 32 -
CMYK 0 0.40 0.85 0.15
HSL 31.63º 0.74% 0.49% -
HSV(B) 31.63º 0.85% 0.85% -
XYZ 36.43 30.4 5.31 -
YUV 143.96 64.82 179.39 -
System Red Green Blue C M Y K H S L
Decimal 216 129 32 0 0.40 0.85 0.15 31.63 0.74 0.49
Hex D8 81 20 0 28 55 F 20 4A 31
Octal 330 201 40 0 50 125 17 40 112 61
Binary 11011000 10000001 100000 0 101000 1010101 1111 100000 1001010 110001

Color Harmonies of #D88120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88120

Black with #D88120

Text Example


Text Example

White with #D88120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88120; }

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

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

background-color css

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

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

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

border-color css

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

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

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