Html Css Color HEX #D47825 Ochre

📋 copy color: '#D47825'

red 212 ◦ green 120 ◦ blue 37

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

Shades of Ochre #D47825

Tints of Ochre #D47825

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.52%

 BLUE value IS 37 (14.84% from 255) = 10.03%

R = 57.45%
G = 32.52%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D47825 (or 0xD47825) is known color: Ochre. HEX triplet: D4, 78 and 25. RGB value is (212,120,37). Sum of RGB (Red+Green+Blue) = 212+120+37=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D47825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47825 is #2B87DA. Grayscale: #8A8A8A. Windows color (decimal): -2852827 or 2455764. OLE color: 2455764.

HSL color Cylindrical-coordinate representation of color #D47825: hue angle of 28.46º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D47825 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 120 37 -
CMYK 0 0.43 0.83 0.17
HSL 28.46º 0.7% 0.49% -
HSV(B) 28.46º 0.83% 0.83% -
XYZ 34.2 27.56 5.27 -
YUV 138.05 70.98 180.75 -
System Red Green Blue C M Y K H S L
Decimal 212 120 37 0 0.43 0.83 0.17 28.46 0.7 0.49
Hex D4 78 25 0 2B 53 11 1C 46 31
Octal 324 170 45 0 53 123 21 34 106 61
Binary 11010100 1111000 100101 0 101011 1010011 10001 11100 1000110 110001

Color Harmonies of #D47825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47825

Black with #D47825

Text Example


Text Example

White with #D47825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47825; }

 p { color: rgb(212,120,37); }

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

background-color css

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

 a { background-color: rgb(212,120,37); }

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

border-color css

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

 span { border-color: rgb(212,120,37); }

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