Html Css Color HEX #D47D0D Ochre

📋 copy color: '#D47D0D'

red 212 ◦ green 125 ◦ blue 13

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

Shades of Ochre #D47D0D

Tints of Ochre #D47D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.71%

R = 60.57%
G = 35.71%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D47D0D (or 0xD47D0D) is known color: Ochre. HEX triplet: D4, 7D and 0D. RGB value is (212,125,13). Sum of RGB (Red+Green+Blue) = 212+125+13=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47D0D is #2B82F2. Grayscale: #8A8A8A. Windows color (decimal): -2851571 or 884180. OLE color: 884180.

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

Color convert

RGB 212 125 13 -
CMYK 0 0.41 0.94 0.17
HSL 33.77º 0.88% 0.44% -
HSV(B) 33.77º 0.94% 0.83% -
XYZ 34.56 28.69 4.1 -
YUV 138.25 57.32 180.61 -
System Red Green Blue C M Y K H S L
Decimal 212 125 13 0 0.41 0.94 0.17 33.77 0.88 0.44
Hex D4 7D D 0 29 5E 11 22 58 2C
Octal 324 175 15 0 51 136 21 42 130 54
Binary 11010100 1111101 1101 0 101001 1011110 10001 100010 1011000 101100

Color Harmonies of #D47D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47D0D

Black with #D47D0D

Text Example


Text Example

White with #D47D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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