Html Css Color HEX #D47722 Ochre

📋 copy color: '#D47722'

red 212 ◦ green 119 ◦ blue 34

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

Shades of Ochre #D47722

Tints of Ochre #D47722

RGB

 RED value IS 212 (83.2% from 255) = 58.08%

 GREEN value IS 119 (46.88% from 255) = 32.6%

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

R = 58.08%
G = 32.6%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D47722 (or 0xD47722) is known color: Ochre. HEX triplet: D4, 77 and 22. RGB value is (212,119,34). Sum of RGB (Red+Green+Blue) = 212+119+34=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D47722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47722 is #2B88DD. Grayscale: #898989. Windows color (decimal): -2853086 or 2258900. OLE color: 2258900.

HSL color Cylindrical-coordinate representation of color #D47722: hue angle of 28.65º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D47722 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 119 34 -
CMYK 0 0.44 0.84 0.17
HSL 28.65º 0.72% 0.48% -
HSV(B) 28.65º 0.84% 0.83% -
XYZ 34.04 27.31 4.99 -
YUV 137.12 69.81 181.41 -
System Red Green Blue C M Y K H S L
Decimal 212 119 34 0 0.44 0.84 0.17 28.65 0.72 0.48
Hex D4 77 22 0 2C 54 11 1D 48 30
Octal 324 167 42 0 54 124 21 35 110 60
Binary 11010100 1110111 100010 0 101100 1010100 10001 11101 1001000 110000

Color Harmonies of #D47722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47722

Black with #D47722

Text Example


Text Example

White with #D47722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47722; }

 p { color: rgb(212,119,34); }

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

background-color css

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

 a { background-color: rgb(212,119,34); }

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

border-color css

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

 span { border-color: rgb(212,119,34); }

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