Html Css Color HEX #D88322 Ochre

📋 copy color: '#D88322'

red 216 ◦ green 131 ◦ blue 34

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

Shades of Ochre #D88322

Tints of Ochre #D88322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.92%

R = 56.69%
G = 34.38%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D88322 (or 0xD88322) is known color: Ochre. HEX triplet: D8, 83 and 22. RGB value is (216,131,34). Sum of RGB (Red+Green+Blue) = 216+131+34=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 34 (13.67% from 255 or 8.92% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D88322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88322 is #277CDD. Grayscale: #919191. Windows color (decimal): -2587870 or 2261976. OLE color: 2261976.

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

Color convert

RGB 216 131 34 -
CMYK 0 0.39 0.84 0.15
HSL 31.98º 0.73% 0.49% -
HSV(B) 31.98º 0.84% 0.85% -
XYZ 36.72 30.95 5.55 -
YUV 145.36 65.16 178.39 -
System Red Green Blue C M Y K H S L
Decimal 216 131 34 0 0.39 0.84 0.15 31.98 0.73 0.49
Hex D8 83 22 0 27 54 F 20 49 31
Octal 330 203 42 0 47 124 17 40 111 61
Binary 11011000 10000011 100010 0 100111 1010100 1111 100000 1001001 110001

Color Harmonies of #D88322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88322

Black with #D88322

Text Example


Text Example

White with #D88322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88322; }

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

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

background-color css

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

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

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

border-color css

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

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

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