Html Css Color HEX #D47A1D Ochre

📋 copy color: '#D47A1D'

red 212 ◦ green 122 ◦ blue 29

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

Shades of Ochre #D47A1D

Tints of Ochre #D47A1D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.61%

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

R = 58.4%
G = 33.61%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D47A1D (or 0xD47A1D) is known color: Ochre. HEX triplet: D4, 7A and 1D. RGB value is (212,122,29). Sum of RGB (Red+Green+Blue) = 212+122+29=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47A1D is #2B85E2. Grayscale: #8A8A8A. Windows color (decimal): -2852323 or 1931988. OLE color: 1931988.

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

Color convert

RGB 212 122 29 -
CMYK 0 0.42 0.86 0.17
HSL 30.49º 0.76% 0.47% -
HSV(B) 30.49º 0.86% 0.83% -
XYZ 34.33 28 4.76 -
YUV 138.31 66.32 180.56 -
System Red Green Blue C M Y K H S L
Decimal 212 122 29 0 0.42 0.86 0.17 30.49 0.76 0.47
Hex D4 7A 1D 0 2A 56 11 1E 4C 2F
Octal 324 172 35 0 52 126 21 36 114 57
Binary 11010100 1111010 11101 0 101010 1010110 10001 11110 1001100 101111

Color Harmonies of #D47A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47A1D

Black with #D47A1D

Text Example


Text Example

White with #D47A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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