Html Css Color HEX #D47423 Ochre

📋 copy color: '#D47423'

red 212 ◦ green 116 ◦ blue 35

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

Shades of Ochre #D47423

Tints of Ochre #D47423

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

 BLUE value IS 35 (14.06% from 255) = 9.64%

R = 58.4%
G = 31.96%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D47423 (or 0xD47423) is known color: Ochre. HEX triplet: D4, 74 and 23. RGB value is (212,116,35). Sum of RGB (Red+Green+Blue) = 212+116+35=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D47423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47423 is #2B8BDC. Grayscale: #878787. Windows color (decimal): -2853853 or 2323668. OLE color: 2323668.

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

Color convert

RGB 212 116 35 -
CMYK 0 0.45 0.83 0.17
HSL 27.46º 0.72% 0.48% -
HSV(B) 27.46º 0.83% 0.83% -
XYZ 33.7 26.61 4.95 -
YUV 135.47 71.3 182.59 -
System Red Green Blue C M Y K H S L
Decimal 212 116 35 0 0.45 0.83 0.17 27.46 0.72 0.48
Hex D4 74 23 0 2D 53 11 1B 48 30
Octal 324 164 43 0 55 123 21 33 110 60
Binary 11010100 1110100 100011 0 101101 1010011 10001 11011 1001000 110000

Color Harmonies of #D47423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47423

Black with #D47423

Text Example


Text Example

White with #D47423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47423; }

 p { color: rgb(212,116,35); }

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

background-color css

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

 a { background-color: rgb(212,116,35); }

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

border-color css

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

 span { border-color: rgb(212,116,35); }

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