Html Css Color HEX #D47D1A Ochre

📋 copy color: '#D47D1A'

red 212 ◦ green 125 ◦ blue 26

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

Shades of Ochre #D47D1A

Tints of Ochre #D47D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.16%

R = 58.4%
G = 34.44%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D47D1A (or 0xD47D1A) is known color: Ochre. HEX triplet: D4, 7D and 1A. RGB value is (212,125,26). Sum of RGB (Red+Green+Blue) = 212+125+26=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47D1A is #2B82E5. Grayscale: #8C8C8C. Windows color (decimal): -2851558 or 1736148. OLE color: 1736148.

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

Color convert

RGB 212 125 26 -
CMYK 0 0.41 0.88 0.17
HSL 31.94º 0.78% 0.47% -
HSV(B) 31.94º 0.88% 0.83% -
XYZ 34.67 28.74 4.7 -
YUV 139.73 63.82 179.55 -
System Red Green Blue C M Y K H S L
Decimal 212 125 26 0 0.41 0.88 0.17 31.94 0.78 0.47
Hex D4 7D 1A 0 29 58 11 20 4E 2F
Octal 324 175 32 0 51 130 21 40 116 57
Binary 11010100 1111101 11010 0 101001 1011000 10001 100000 1001110 101111

Color Harmonies of #D47D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47D1A

Black with #D47D1A

Text Example


Text Example

White with #D47D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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