Html Css Color HEX #D47813 Ochre

📋 copy color: '#D47813'

red 212 ◦ green 120 ◦ blue 19

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

Shades of Ochre #D47813

Tints of Ochre #D47813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.41%

R = 60.4%
G = 34.19%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D47813 (or 0xD47813) is known color: Ochre. HEX triplet: D4, 78 and 13. RGB value is (212,120,19). Sum of RGB (Red+Green+Blue) = 212+120+19=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D47813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47813 is #2B87EC. Grayscale: #888888. Windows color (decimal): -2852845 or 1276116. OLE color: 1276116.

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

Color convert

RGB 212 120 19 -
CMYK 0 0.43 0.91 0.17
HSL 31.4º 0.84% 0.45% -
HSV(B) 31.4º 0.91% 0.83% -
XYZ 33.99 27.48 4.13 -
YUV 135.99 61.98 182.21 -
System Red Green Blue C M Y K H S L
Decimal 212 120 19 0 0.43 0.91 0.17 31.4 0.84 0.45
Hex D4 78 13 0 2B 5B 11 1F 54 2D
Octal 324 170 23 0 53 133 21 37 124 55
Binary 11010100 1111000 10011 0 101011 1011011 10001 11111 1010100 101101

Color Harmonies of #D47813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47813

Black with #D47813

Text Example


Text Example

White with #D47813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47813; }

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

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

background-color css

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

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

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

border-color css

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

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

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