Html Css Color HEX #D78222 Ochre

📋 copy color: '#D78222'

red 215 ◦ green 130 ◦ blue 34

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

Shades of Ochre #D78222

Tints of Ochre #D78222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.97%

R = 56.73%
G = 34.3%
B = 8.97%

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

#D78222 (or 0xD78222) is known color: Ochre. HEX triplet: D7, 82 and 22. RGB value is (215,130,34). Sum of RGB (Red+Green+Blue) = 215+130+34=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 34 (13.67% from 255 or 8.97% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D78222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78222 is #287DDD. Grayscale: #909090. Windows color (decimal): -2653662 or 2261719. OLE color: 2261719.

HSL color Cylindrical-coordinate representation of color #D78222: hue angle of 31.82º degrees, saturation: 0.73, 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 #D78222 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 130 34 -
CMYK 0 0.40 0.84 0.16
HSL 31.82º 0.73% 0.49% -
HSV(B) 31.82º 0.84% 0.84% -
XYZ 36.3 30.53 5.49 -
YUV 144.47 65.66 178.31 -
System Red Green Blue C M Y K H S L
Decimal 215 130 34 0 0.40 0.84 0.16 31.82 0.73 0.49
Hex D7 82 22 0 28 54 10 20 49 31
Octal 327 202 42 0 50 124 20 40 111 61
Binary 11010111 10000010 100010 0 101000 1010100 10000 100000 1001001 110001

Color Harmonies of #D78222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78222

Black with #D78222

Text Example


Text Example

White with #D78222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78222; }

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

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

background-color css

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

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

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

border-color css

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

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

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