Html Css Color HEX #D88314 Ochre

📋 copy color: '#D88314'

red 216 ◦ green 131 ◦ blue 20

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

Shades of Ochre #D88314

Tints of Ochre #D88314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.45%

R = 58.86%
G = 35.69%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D88314 (or 0xD88314) is known color: Ochre. HEX triplet: D8, 83 and 14. RGB value is (216,131,20). Sum of RGB (Red+Green+Blue) = 216+131+20=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D88314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88314 is #277CEB. Grayscale: #909090. Windows color (decimal): -2587884 or 1344472. OLE color: 1344472.

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

Color convert

RGB 216 131 20 -
CMYK 0 0.39 0.91 0.15
HSL 33.98º 0.83% 0.46% -
HSV(B) 33.98º 0.91% 0.85% -
XYZ 36.56 30.88 4.7 -
YUV 143.76 58.16 179.53 -
System Red Green Blue C M Y K H S L
Decimal 216 131 20 0 0.39 0.91 0.15 33.98 0.83 0.46
Hex D8 83 14 0 27 5B F 22 53 2E
Octal 330 203 24 0 47 133 17 42 123 56
Binary 11011000 10000011 10100 0 100111 1011011 1111 100010 1010011 101110

Color Harmonies of #D88314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88314

Black with #D88314

Text Example


Text Example

White with #D88314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88314; }

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

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

background-color css

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

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

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

border-color css

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

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

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