Html Css Color HEX #D47818 Ochre

📋 copy color: '#D47818'

red 212 ◦ green 120 ◦ blue 24

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

Shades of Ochre #D47818

Tints of Ochre #D47818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.74%

R = 59.55%
G = 33.71%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D47818 (or 0xD47818) is known color: Ochre. HEX triplet: D4, 78 and 18. RGB value is (212,120,24). Sum of RGB (Red+Green+Blue) = 212+120+24=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D47818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47818 is #2B87E7. Grayscale: #898989. Windows color (decimal): -2852840 or 1603796. OLE color: 1603796.

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

Color convert

RGB 212 120 24 -
CMYK 0 0.43 0.89 0.17
HSL 30.64º 0.8% 0.46% -
HSV(B) 30.64º 0.89% 0.83% -
XYZ 34.03 27.5 4.38 -
YUV 136.56 64.48 181.81 -
System Red Green Blue C M Y K H S L
Decimal 212 120 24 0 0.43 0.89 0.17 30.64 0.8 0.46
Hex D4 78 18 0 2B 59 11 1F 50 2E
Octal 324 170 30 0 53 131 21 37 120 56
Binary 11010100 1111000 11000 0 101011 1011001 10001 11111 1010000 101110

Color Harmonies of #D47818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47818

Black with #D47818

Text Example


Text Example

White with #D47818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47818; }

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

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

background-color css

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

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

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

border-color css

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

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

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