Html Css Color HEX #D78223 Ochre

📋 copy color: '#D78223'

red 215 ◦ green 130 ◦ blue 35

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

Shades of Ochre #D78223

Tints of Ochre #D78223

RGB

 RED value IS 215 (84.38% from 255) = 56.58%

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

 BLUE value IS 35 (14.06% from 255) = 9.21%

R = 56.58%
G = 34.21%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D78223 (or 0xD78223) is known color: Ochre. HEX triplet: D7, 82 and 23. RGB value is (215,130,35). Sum of RGB (Red+Green+Blue) = 215+130+35=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D78223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78223 is #287DDC. Grayscale: #919191. Windows color (decimal): -2653661 or 2327255. OLE color: 2327255.

HSL color Cylindrical-coordinate representation of color #D78223: hue angle of 31.67º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D78223 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 130 35 -
CMYK 0 0.40 0.84 0.16
HSL 31.67º 0.72% 0.49% -
HSV(B) 31.67º 0.84% 0.84% -
XYZ 36.31 30.53 5.57 -
YUV 144.59 66.16 178.22 -
System Red Green Blue C M Y K H S L
Decimal 215 130 35 0 0.40 0.84 0.16 31.67 0.72 0.49
Hex D7 82 23 0 28 54 10 20 48 31
Octal 327 202 43 0 50 124 20 40 110 61
Binary 11010111 10000010 100011 0 101000 1010100 10000 100000 1001000 110001

Color Harmonies of #D78223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78223

Black with #D78223

Text Example


Text Example

White with #D78223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78223; }

 p { color: rgb(215,130,35); }

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

background-color css

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

 a { background-color: rgb(215,130,35); }

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

border-color css

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

 span { border-color: rgb(215,130,35); }

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