Html Css Color HEX #D8751A Ochre

📋 copy color: '#D8751A'

red 216 ◦ green 117 ◦ blue 26

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

Shades of Ochre #D8751A

Tints of Ochre #D8751A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.24%

R = 60.17%
G = 32.59%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8751A (or 0xD8751A) is known color: Ochre. HEX triplet: D8, 75 and 1A. RGB value is (216,117,26). Sum of RGB (Red+Green+Blue) = 216+117+26=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8751A is #278AE5. Grayscale: #888888. Windows color (decimal): -2591462 or 1734104. OLE color: 1734104.

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

Color convert

RGB 216 117 26 -
CMYK 0 0.46 0.88 0.15
HSL 28.74º 0.79% 0.47% -
HSV(B) 28.74º 0.88% 0.85% -
XYZ 34.87 27.4 4.43 -
YUV 136.23 65.8 184.9 -
System Red Green Blue C M Y K H S L
Decimal 216 117 26 0 0.46 0.88 0.15 28.74 0.79 0.47
Hex D8 75 1A 0 2E 58 F 1D 4F 2F
Octal 330 165 32 0 56 130 17 35 117 57
Binary 11011000 1110101 11010 0 101110 1011000 1111 11101 1001111 101111

Color Harmonies of #D8751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8751A

Black with #D8751A

Text Example


Text Example

White with #D8751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8751A; }

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

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

background-color css

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

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

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

border-color css

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

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

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