Html Css Color HEX #D88210 Ochre

📋 copy color: '#D88210'

red 216 ◦ green 130 ◦ blue 16

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

Shades of Ochre #D88210

Tints of Ochre #D88210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.42%

R = 59.67%
G = 35.91%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D88210 (or 0xD88210) is known color: Ochre. HEX triplet: D8, 82 and 10. RGB value is (216,130,16). Sum of RGB (Red+Green+Blue) = 216+130+16=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D88210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88210 is #277DEF. Grayscale: #8F8F8F. Windows color (decimal): -2588144 or 1082072. OLE color: 1082072.

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

Color convert

RGB 216 130 16 -
CMYK 0 0.40 0.93 0.15
HSL 34.2º 0.86% 0.45% -
HSV(B) 34.2º 0.93% 0.85% -
XYZ 36.4 30.6 4.48 -
YUV 142.72 56.49 180.27 -
System Red Green Blue C M Y K H S L
Decimal 216 130 16 0 0.40 0.93 0.15 34.2 0.86 0.45
Hex D8 82 10 0 28 5D F 22 56 2D
Octal 330 202 20 0 50 135 17 42 126 55
Binary 11011000 10000010 10000 0 101000 1011101 1111 100010 1010110 101101

Color Harmonies of #D88210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88210

Black with #D88210

Text Example


Text Example

White with #D88210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88210; }

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

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

background-color css

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

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

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

border-color css

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

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

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