Html Css Color HEX #D88323 Ochre

📋 copy color: '#D88323'

red 216 ◦ green 131 ◦ blue 35

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

Shades of Ochre #D88323

Tints of Ochre #D88323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.16%

R = 56.54%
G = 34.29%
B = 9.16%

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

#D88323 (or 0xD88323) is known color: Ochre. HEX triplet: D8, 83 and 23. RGB value is (216,131,35). Sum of RGB (Red+Green+Blue) = 216+131+35=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 35 (14.06% from 255 or 9.16% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D88323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88323 is #277CDC. Grayscale: #919191. Windows color (decimal): -2587869 or 2327512. OLE color: 2327512.

HSL color Cylindrical-coordinate representation of color #D88323: hue angle of 31.82º degrees, saturation: 0.72, 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 #D88323 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 131 35 -
CMYK 0 0.39 0.84 0.15
HSL 31.82º 0.72% 0.49% -
HSV(B) 31.82º 0.84% 0.85% -
XYZ 36.74 30.95 5.63 -
YUV 145.47 65.66 178.31 -
System Red Green Blue C M Y K H S L
Decimal 216 131 35 0 0.39 0.84 0.15 31.82 0.72 0.49
Hex D8 83 23 0 27 54 F 20 48 31
Octal 330 203 43 0 47 124 17 40 110 61
Binary 11011000 10000011 100011 0 100111 1010100 1111 100000 1001000 110001

Color Harmonies of #D88323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88323

Black with #D88323

Text Example


Text Example

White with #D88323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88323; }

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

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

background-color css

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

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

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

border-color css

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

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

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