Html Css Color HEX #D8751E Ochre

📋 copy color: '#D8751E'

red 216 ◦ green 117 ◦ blue 30

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

Shades of Ochre #D8751E

Tints of Ochre #D8751E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

 BLUE value IS 30 (12.11% from 255) = 8.26%

R = 59.5%
G = 32.23%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8751E (or 0xD8751E) is known color: Ochre. HEX triplet: D8, 75 and 1E. RGB value is (216,117,30). Sum of RGB (Red+Green+Blue) = 216+117+30=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8751E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8751E is #278AE1. Grayscale: #898989. Windows color (decimal): -2591458 or 1996248. OLE color: 1996248.

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

Color convert

RGB 216 117 30 -
CMYK 0 0.46 0.86 0.15
HSL 28.06º 0.76% 0.48% -
HSV(B) 28.06º 0.86% 0.85% -
XYZ 34.91 27.42 4.68 -
YUV 136.68 67.8 184.57 -
System Red Green Blue C M Y K H S L
Decimal 216 117 30 0 0.46 0.86 0.15 28.06 0.76 0.48
Hex D8 75 1E 0 2E 56 F 1C 4C 30
Octal 330 165 36 0 56 126 17 34 114 60
Binary 11011000 1110101 11110 0 101110 1010110 1111 11100 1001100 110000

Color Harmonies of #D8751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8751E

Black with #D8751E

Text Example


Text Example

White with #D8751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8751E; }

 p { color: rgb(216,117,30); }

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

background-color css

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

 a { background-color: rgb(216,117,30); }

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

border-color css

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

 span { border-color: rgb(216,117,30); }

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