Html Css Color HEX #D47A1E Ochre

📋 copy color: '#D47A1E'

red 212 ◦ green 122 ◦ blue 30

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

Shades of Ochre #D47A1E

Tints of Ochre #D47A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.24%

R = 58.24%
G = 33.52%
B = 8.24%

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

#D47A1E (or 0xD47A1E) is known color: Ochre. HEX triplet: D4, 7A and 1E. RGB value is (212,122,30). Sum of RGB (Red+Green+Blue) = 212+122+30=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47A1E is #2B85E1. Grayscale: #8A8A8A. Windows color (decimal): -2852322 or 1997524. OLE color: 1997524.

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

Color convert

RGB 212 122 30 -
CMYK 0 0.42 0.86 0.17
HSL 30.33º 0.75% 0.47% -
HSV(B) 30.33º 0.86% 0.83% -
XYZ 34.35 28.01 4.82 -
YUV 138.42 66.82 180.48 -
System Red Green Blue C M Y K H S L
Decimal 212 122 30 0 0.42 0.86 0.17 30.33 0.75 0.47
Hex D4 7A 1E 0 2A 56 11 1E 4B 2F
Octal 324 172 36 0 52 126 21 36 113 57
Binary 11010100 1111010 11110 0 101010 1010110 10001 11110 1001011 101111

Color Harmonies of #D47A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47A1E

Black with #D47A1E

Text Example


Text Example

White with #D47A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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