Html Css Color HEX #D47D1C Ochre

📋 copy color: '#D47D1C'

red 212 ◦ green 125 ◦ blue 28

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

Shades of Ochre #D47D1C

Tints of Ochre #D47D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.67%

R = 58.08%
G = 34.25%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D47D1C (or 0xD47D1C) is known color: Ochre. HEX triplet: D4, 7D and 1C. RGB value is (212,125,28). Sum of RGB (Red+Green+Blue) = 212+125+28=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47D1C is #2B82E3. Grayscale: #8C8C8C. Windows color (decimal): -2851556 or 1867220. OLE color: 1867220.

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

Color convert

RGB 212 125 28 -
CMYK 0 0.41 0.87 0.17
HSL 31.63º 0.77% 0.47% -
HSV(B) 31.63º 0.87% 0.83% -
XYZ 34.69 28.75 4.82 -
YUV 139.96 64.82 179.39 -
System Red Green Blue C M Y K H S L
Decimal 212 125 28 0 0.41 0.87 0.17 31.63 0.77 0.47
Hex D4 7D 1C 0 29 57 11 20 4D 2F
Octal 324 175 34 0 51 127 21 40 115 57
Binary 11010100 1111101 11100 0 101001 1010111 10001 100000 1001101 101111

Color Harmonies of #D47D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47D1C

Black with #D47D1C

Text Example


Text Example

White with #D47D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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