Html Css Color HEX #D47B1C Ochre

📋 copy color: '#D47B1C'

red 212 ◦ green 123 ◦ blue 28

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

Shades of Ochre #D47B1C

Tints of Ochre #D47B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.71%

R = 58.4%
G = 33.88%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D47B1C (or 0xD47B1C) is known color: Ochre. HEX triplet: D4, 7B and 1C. RGB value is (212,123,28). Sum of RGB (Red+Green+Blue) = 212+123+28=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47B1C is #2B84E3. Grayscale: #8B8B8B. Windows color (decimal): -2852068 or 1866708. OLE color: 1866708.

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

Color convert

RGB 212 123 28 -
CMYK 0 0.42 0.87 0.17
HSL 30.98º 0.77% 0.47% -
HSV(B) 30.98º 0.87% 0.83% -
XYZ 34.44 28.25 4.74 -
YUV 138.78 65.49 180.22 -
System Red Green Blue C M Y K H S L
Decimal 212 123 28 0 0.42 0.87 0.17 30.98 0.77 0.47
Hex D4 7B 1C 0 2A 57 11 1F 4D 2F
Octal 324 173 34 0 52 127 21 37 115 57
Binary 11010100 1111011 11100 0 101010 1010111 10001 11111 1001101 101111

Color Harmonies of #D47B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47B1C

Black with #D47B1C

Text Example


Text Example

White with #D47B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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