Html Css Color HEX #D47B16 Ochre

📋 copy color: '#D47B16'

red 212 ◦ green 123 ◦ blue 22

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

Shades of Ochre #D47B16

Tints of Ochre #D47B16

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.45%

 BLUE value IS 22 (8.98% from 255) = 6.16%

R = 59.38%
G = 34.45%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D47B16 (or 0xD47B16) is known color: Ochre. HEX triplet: D4, 7B and 16. RGB value is (212,123,22). Sum of RGB (Red+Green+Blue) = 212+123+22=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47B16 is #2B84E9. Grayscale: #8A8A8A. Windows color (decimal): -2852074 or 1473492. OLE color: 1473492.

HSL color Cylindrical-coordinate representation of color #D47B16: hue angle of 31.89º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D47B16 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 123 22 -
CMYK 0 0.42 0.90 0.17
HSL 31.89º 0.81% 0.46% -
HSV(B) 31.89º 0.9% 0.83% -
XYZ 34.38 28.22 4.39 -
YUV 138.1 62.49 180.71 -
System Red Green Blue C M Y K H S L
Decimal 212 123 22 0 0.42 0.90 0.17 31.89 0.81 0.46
Hex D4 7B 16 0 2A 5A 11 20 51 2E
Octal 324 173 26 0 52 132 21 40 121 56
Binary 11010100 1111011 10110 0 101010 1011010 10001 100000 1010001 101110

Color Harmonies of #D47B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47B16

Black with #D47B16

Text Example


Text Example

White with #D47B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47B16; }

 p { color: rgb(212,123,22); }

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

background-color css

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

 a { background-color: rgb(212,123,22); }

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

border-color css

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

 span { border-color: rgb(212,123,22); }

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