Html Css Color HEX #D88213 Ochre

📋 copy color: '#D88213'

red 216 ◦ green 130 ◦ blue 19

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

Shades of Ochre #D88213

Tints of Ochre #D88213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.62%

 BLUE value IS 19 (7.81% from 255) = 5.21%

R = 59.18%
G = 35.62%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D88213 (or 0xD88213) is known color: Ochre. HEX triplet: D8, 82 and 13. RGB value is (216,130,19). Sum of RGB (Red+Green+Blue) = 216+130+19=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D88213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88213 is #277DEC. Grayscale: #8F8F8F. Windows color (decimal): -2588141 or 1278680. OLE color: 1278680.

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

Color convert

RGB 216 130 19 -
CMYK 0 0.40 0.91 0.15
HSL 33.81º 0.84% 0.46% -
HSV(B) 33.81º 0.91% 0.85% -
XYZ 36.42 30.61 4.61 -
YUV 143.06 57.99 180.03 -
System Red Green Blue C M Y K H S L
Decimal 216 130 19 0 0.40 0.91 0.15 33.81 0.84 0.46
Hex D8 82 13 0 28 5B F 22 54 2E
Octal 330 202 23 0 50 133 17 42 124 56
Binary 11011000 10000010 10011 0 101000 1011011 1111 100010 1010100 101110

Color Harmonies of #D88213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88213

Black with #D88213

Text Example


Text Example

White with #D88213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88213; }

 p { color: rgb(216,130,19); }

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

background-color css

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

 a { background-color: rgb(216,130,19); }

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

border-color css

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

 span { border-color: rgb(216,130,19); }

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