Html Css Color HEX #D47E1D Ochre

📋 copy color: '#D47E1D'

red 212 ◦ green 126 ◦ blue 29

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

Shades of Ochre #D47E1D

Tints of Ochre #D47E1D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.33%

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

R = 57.77%
G = 34.33%
B = 7.9%

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

#D47E1D (or 0xD47E1D) is known color: Ochre. HEX triplet: D4, 7E and 1D. RGB value is (212,126,29). Sum of RGB (Red+Green+Blue) = 212+126+29=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D47E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47E1D is #2B81E2. Grayscale: #8D8D8D. Windows color (decimal): -2851299 or 1933012. OLE color: 1933012.

HSL color Cylindrical-coordinate representation of color #D47E1D: hue angle of 31.8º 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 #D47E1D is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 126 29 -
CMYK 0 0.41 0.86 0.17
HSL 31.8º 0.76% 0.47% -
HSV(B) 31.8º 0.86% 0.83% -
XYZ 34.83 29.01 4.93 -
YUV 140.66 64.99 178.89 -
System Red Green Blue C M Y K H S L
Decimal 212 126 29 0 0.41 0.86 0.17 31.8 0.76 0.47
Hex D4 7E 1D 0 29 56 11 20 4C 2F
Octal 324 176 35 0 51 126 21 40 114 57
Binary 11010100 1111110 11101 0 101001 1010110 10001 100000 1001100 101111

Color Harmonies of #D47E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47E1D

Black with #D47E1D

Text Example


Text Example

White with #D47E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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