Html Css Color HEX #D47D1D Ochre

📋 copy color: '#D47D1D'

red 212 ◦ green 125 ◦ blue 29

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

Shades of Ochre #D47D1D

Tints of Ochre #D47D1D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.15%

 BLUE value IS 29 (11.72% from 255) = 7.92%

R = 57.92%
G = 34.15%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D47D1D (or 0xD47D1D) is known color: Ochre. HEX triplet: D4, 7D and 1D. RGB value is (212,125,29). Sum of RGB (Red+Green+Blue) = 212+125+29=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47D1D is #2B82E2. Grayscale: #8C8C8C. Windows color (decimal): -2851555 or 1932756. OLE color: 1932756.

HSL color Cylindrical-coordinate representation of color #D47D1D: hue angle of 31.48º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D47D1D is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 125 29 -
CMYK 0 0.41 0.86 0.17
HSL 31.48º 0.76% 0.47% -
HSV(B) 31.48º 0.86% 0.83% -
XYZ 34.71 28.75 4.88 -
YUV 140.07 65.32 179.31 -
System Red Green Blue C M Y K H S L
Decimal 212 125 29 0 0.41 0.86 0.17 31.48 0.76 0.47
Hex D4 7D 1D 0 29 56 11 1F 4C 2F
Octal 324 175 35 0 51 126 21 37 114 57
Binary 11010100 1111101 11101 0 101001 1010110 10001 11111 1001100 101111

Color Harmonies of #D47D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47D1D

Black with #D47D1D

Text Example


Text Example

White with #D47D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47D1D; }

 p { color: rgb(212,125,29); }

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

background-color css

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

 a { background-color: rgb(212,125,29); }

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

border-color css

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

 span { border-color: rgb(212,125,29); }

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