Html Css Color HEX #D47A10 Ochre

📋 copy color: '#D47A10'

red 212 ◦ green 122 ◦ blue 16

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

Shades of Ochre #D47A10

Tints of Ochre #D47A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.57%

R = 60.57%
G = 34.86%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D47A10 (or 0xD47A10) is known color: Ochre. HEX triplet: D4, 7A and 10. RGB value is (212,122,16). Sum of RGB (Red+Green+Blue) = 212+122+16=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47A10 is #2B85EF. Grayscale: #898989. Windows color (decimal): -2852336 or 1080020. OLE color: 1080020.

HSL color Cylindrical-coordinate representation of color #D47A10: hue angle of 32.45º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D47A10 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 122 16 -
CMYK 0 0.42 0.92 0.17
HSL 32.45º 0.86% 0.45% -
HSV(B) 32.45º 0.92% 0.83% -
XYZ 34.2 27.95 4.08 -
YUV 136.83 59.82 181.62 -
System Red Green Blue C M Y K H S L
Decimal 212 122 16 0 0.42 0.92 0.17 32.45 0.86 0.45
Hex D4 7A 10 0 2A 5C 11 20 56 2D
Octal 324 172 20 0 52 134 21 40 126 55
Binary 11010100 1111010 10000 0 101010 1011100 10001 100000 1010110 101101

Color Harmonies of #D47A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47A10

Black with #D47A10

Text Example


Text Example

White with #D47A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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